Skip to content

Commit 3b0da47

Browse files
committed
bump versions
1 parent 5ff10c4 commit 3b0da47

File tree

14 files changed

+56
-49
lines changed

14 files changed

+56
-49
lines changed

Cargo.lock

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

src/candid_gen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-candid-gen"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"

src/canister_client/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ candid = { workspace = true }
1515
serde = { workspace = true }
1616
ic-cdk = { workspace = true }
1717
tracing = { workspace = true }
18-
bity-ic-types = "0.1.0"
1918
anyhow = { workspace = true }
19+
20+
bity-ic-types = "0.1.0"

src/canister_logger/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ documentation = "https://docs.rs/bity-ic-canister-logger"
1313

1414
[dependencies]
1515
candid = { workspace = true }
16-
bity-ic-canister-time = "0.2.0"
1716
serde = { workspace = true }
1817
tracing = { workspace = true }
1918
tracing-subscriber = { workspace = true, features = ["json"] }
19+
20+
bity-ic-canister-time = "0.2.0"

src/canister_state_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-state-macros"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"

src/canister_time/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ documentation = "https://docs.rs/bity-ic-canister-time"
1515
ic0 = { workspace = true }
1616
ic-cdk = { workspace = true }
1717
ic-cdk-timers = { workspace = true }
18-
bity-ic-types = "0.1.1"
1918
tracing = { workspace = true }
2019
time = { workspace = true }
20+
21+
bity-ic-types = "0.1.1"

src/canister_timer_jobs/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ documentation = "https://docs.rs/bity-ic-canister-timer-jobs"
1414
[dependencies]
1515
ic-cdk-timers = { workspace = true }
1616
serde = { workspace = true }
17-
bity-ic-types = "0.1.1"
18-
bity-ic-utils = "0.2.0"
1917
tracing = { workspace = true }
2018
ic-cdk = { workspace = true }
2119
syn = { workspace = true, features = ["full"] }
2220
quote = "1.0"
2321

22+
bity-ic-types = "0.1.1"
23+
bity-ic-utils = "0.2.0"
24+
2425
[dev-dependencies]
2526
tokio = {version = "1.39.2", features = ["rt", "macros"]}

src/canister_tracing_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bity-ic-canister-tracing-macros"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Description spécifique de la crate"
66
license = "MIT"

src/icrc3_macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ proc-macro2 = { workspace = true }
1919
quote = { workspace = true }
2020
syn = { workspace = true, features = ["full"] }
2121
lazy_static = { workspace = true }
22+
2223
bity-ic-canister-time = { workspace = true }

src/ledger_utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ candid = { workspace = true }
1616
ic-ledger-types = { workspace = true }
1717
icrc-ledger-types = { workspace = true }
1818
sha2 = { workspace = true }
19+
1920
bity-ic-types = "0.1.1"

0 commit comments

Comments
 (0)