Skip to content

Commit

Permalink
Merge pull request #6 from pontem-network/devnet-release-28-7-22
Browse files Browse the repository at this point in the history
Devnet release 28 7 22
  • Loading branch information
borispovod authored Jul 28, 2022
2 parents 66d6a87 + 70e9133 commit bd4a90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Move.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "U256"
version = "0.3.0"
version = "0.3.1"

[dependencies.MoveStdlib]
git = "https://github.com/aptos-labs/aptos-core.git"
rev = "a3143756d498821f4f51a5970c7ea35d483938b3"
rev = "a1dc2e66e49ded056c10318f476e0096d0d17a6f"
subdir = "aptos-move/framework/move-stdlib"
addr_subst = { std = "0x1" }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Add to `Move.toml`:
```toml
[dependencies.U256]
git = "https://github.com/pontem-network/U256.git"
rev = "v0.3.0"
rev = "v0.3.1"
```

And then use in code:
Expand Down

0 comments on commit bd4a90d

Please sign in to comment.