Skip to content

Commit

Permalink
update elrond-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancwirko committed Jan 6, 2023
1 parent f5d1b80 commit 3acd2d6
Show file tree
Hide file tree
Showing 9 changed files with 103 additions and 173 deletions.
86 changes: 31 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "esdt-faucet-sc"
version = "0.1.0"
version = "0.2.0"
authors = ["Julian Ćwirko <[email protected]>"]
edition = "2018"
edition = "2021"
publish = false

[lib]
path = "src/lib.rs"

[dependencies.elrond-wasm]
version = "0.34.1"
version = "0.38.0"

[dev-dependencies.elrond-wasm-debug]
version = "0.34.1"
version = "0.38.0"

[dev-dependencies]
num-bigint = "0.4.2"
Expand Down
Loading

0 comments on commit 3acd2d6

Please sign in to comment.