Skip to content

Commit 04ef726

Browse files
committed
bump versions
1 parent f386867 commit 04ef726

File tree

3 files changed

+41
-15
lines changed

3 files changed

+41
-15
lines changed

Cargo.lock

Lines changed: 30 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/canister_logger/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-logger"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -17,4 +17,6 @@ serde = { workspace = true }
1717
tracing = { workspace = true }
1818
tracing-subscriber = { workspace = true, features = ["json"] }
1919

20-
bity-ic-canister-time = { path = "../canister_time" }
20+
# bity-ic-canister-time = { path = "../canister_time" }
21+
22+
bity-ic-canister-time = "0.2.2"

src/utils/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-utils"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"
@@ -22,10 +22,10 @@ ic-cdk-timers = { workspace = true }
2222
tokio = { version = "1.39.2", features = ["macros", "rt"]}
2323
ic-management-canister-types = { workspace = true }
2424

25-
# bity-ic-canister-time = "0.2.0"
26-
# bity-ic-stable-memory = "0.2.0"
27-
# bity-ic-types = "0.1.1"
25+
bity-ic-canister-time = "0.2.2"
26+
bity-ic-stable-memory = "0.2.2"
27+
bity-ic-types = "0.1.2"
2828

29-
bity-ic-canister-time = { path = "../canister_time" }
30-
bity-ic-stable-memory = { path = "../stable_memory" }
31-
bity-ic-types = { path = "../types" }
29+
# bity-ic-canister-time = { path = "../canister_time" }
30+
# bity-ic-stable-memory = { path = "../stable_memory" }
31+
# bity-ic-types = { path = "../types" }

0 commit comments

Comments
 (0)