Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: David Dal Busco <[email protected]>
  • Loading branch information
peterpeterparker committed Jun 27, 2024
1 parent de11b2a commit 9e3cfad
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 114 deletions.
147 changes: 36 additions & 111 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/libs/collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ic-cdk.workspace = true
ic-cdk-macros.workspace = true
ic-cdk-timers.workspace = true
serde.workspace = true
junobuild-shared = "0.0.15"
junobuild-shared = "0.0.16"
2 changes: 1 addition & 1 deletion src/libs/satellite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ regex.workspace = true
url = "2.4.0"
getrandom = { version = "0.2", features = ["custom"] }
rand = { version = "0.8.5", features = ["getrandom"]}
junobuild-shared = "0.0.15"
junobuild-shared = "0.0.16"
junobuild-utils = "0.0.1"
junobuild-collections = "0.0.1"
junobuild-storage = "0.0.1"
2 changes: 1 addition & 1 deletion src/libs/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ base64 = "0.13.1"
url = "2.4.0"
urlencoding = "2.1.3"
globset = "0.4.13"
junobuild-shared = "0.0.15"
junobuild-shared = "0.0.16"
junobuild-collections = "0.0.1"

0 comments on commit 9e3cfad

Please sign in to comment.