Skip to content

Commit

Permalink
remove unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hoomp3 committed Feb 23, 2023
1 parent 91cdd18 commit dbf8280
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.0.0", optional =
ethnum-intrinsics = { version = "=1.1.0", path = "intrinsics", optional = true }
ethnum-macros = { version = "=1.1.0", path = "macros", optional = true }
serde = { version = "1", default-features = false, optional = true }
borsh = { version = "0.10.0" }
schemars = "0.8.1"
borsh = { version = "0.10.2" }

0 comments on commit dbf8280

Please sign in to comment.