Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiGou12358 committed Aug 30, 2024
1 parent 90575fe commit 81b50af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pink-libs/subrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ path = "src/lib.rs"

[dependencies]
scale = { package = "parity-scale-codec", version = "3.6.5", default-features = false, features = ["derive"] }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"], optional = true }
scale-info = { version = "2.11.3", default-features = false, features = ["derive"], optional = true }
primitive-types = { version = "0.12.2", default-features = false, features = ["codec", "scale-info"] }

hex-literal = "0.4.1"
hex = { version = "0.4.3", default-features = false, features = ["alloc"] }

pink = { version = "0.4.0", path = "../../pink/pink", default-features = false }
pink = { version = "0.4.1", path = "../../pink/pink", default-features = false }
sp-core-hashing = { version = "9", default-features = false }

serde = { version = "1.0.140", default-features = false, features = ["derive", "alloc"]}
Expand Down

0 comments on commit 81b50af

Please sign in to comment.