Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Dec 13, 2023
1 parent c54e4dc commit b111272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rate-limit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
parity-scale-codec = { workspace = true }
scale-info = { version = "2.9.0", default-features = false, features = ["derive"] }
scale-info = { workspace = true }
serde = { workspace = true, optional = true }

frame-support = { workspace = true }
Expand All @@ -19,8 +19,8 @@ sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }

orml-traits = { path = "../traits", version = "0.6.1-dev", default-features = false }
orml-utilities = { path = "../utilities", version = "0.6.1-dev", default-features = false }
orml-traits = { path = "../traits", version = "0.6.7", default-features = false }
orml-utilities = { path = "../utilities", version = "0.6.7", default-features = false }

[dev-dependencies]
pallet-timestamp = { workspace = true, features = ["std"] }
Expand Down

0 comments on commit b111272

Please sign in to comment.