Skip to content

Commit

Permalink
Bump up freenet version to "0.0.6" for freenet-token-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
KristijanZic authored and iduartgomez committed Oct 16, 2023
1 parent aade3e1 commit e86b99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/antiflood-tokens/delegates/token-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chrono = { workspace = true, features = ["alloc", "serde"] }
freenet-stdlib = { workspace = true, features = ["contract"] }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
chrono = { workspace = true, features = ["clock", "alloc", "serde"]}
chrono = { workspace = true, features = ["clock", "alloc", "serde"] }

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
arbitrary = "1"
Expand All @@ -27,7 +27,7 @@ chacha20poly1305 = "0.10"
rand = { version = "0.8", features = ["std"] }
rand_chacha = { version = "0.3" }
freenet-stdlib = { workspace = true, features = ["testing"] }
freenet = { path = "../../../../crates/core", version = "0.0.5" }
freenet = { path = "../../../../crates/core", version = "0.0.6" }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }

[lib]
Expand Down

0 comments on commit e86b99f

Please sign in to comment.