Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Jul 23, 2023
1 parent a4fb461 commit df67f97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ std = [
]

[dependencies]
typenum = { tag = "v1.16.0", features = ["derive_scale"], git = "https://github.com/encointer/typenum" }
typenum = { tag = "polkadot-v1.0.0", features = ["derive_scale"], git = "https://github.com/encointer/typenum" }
az = { version = "0.3", optional = true }
half = { version = "1.4", optional = true }
serde = { version = "1.0.60", default-features = false, optional = true }
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive", "max-encoded-len"] }

[dev-dependencies]
rand = { version = "0.7", default-features = false }
Expand All @@ -51,4 +51,4 @@ name = "bench_main"
harness = false

#[patch."https://github.com/encointer/typenum"]
#typenum = { path = "../typenum"}
#typenum = { path = "../typenum"}

0 comments on commit df67f97

Please sign in to comment.