Skip to content

Commit

Permalink
update bindings
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco <francesco@fulminlabs.org>
  • Loading branch information
fulminmaxi committed Dec 3, 2023
1 parent 6ce4d36 commit fca9c64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
12 changes: 6 additions & 6 deletions rust-bindings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
edition="2021"
name ="flood-contracts"
version="5.0.1"
edition = "2021"
name = "flood-contracts"
version = "5.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ethers={version="2", default-features=false, features=["abigen"]}
serde ={version="1"}
ethers = {version = "2", default-features = false, features = ["abigen"] }
serde = {version = "1" }
Loading

0 comments on commit fca9c64

Please sign in to comment.