Skip to content

Commit

Permalink
Merge pull request #17 from pontem-network/release-v0.3.9
Browse files Browse the repository at this point in the history
Release v0.3.9
  • Loading branch information
borispovod authored Nov 6, 2022
2 parents 50cbe10 + 9cbfbfc commit 37f9d4d
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,13 +1,13 @@
[package]
name = "U256"
version = "0.3.8"
version = "0.3.9"
upgrade_policy = "immutable"

[addresses]
u256 = "0x4e9fce03284c0ce0b86c88dd5a46f050cad2f4f33c4cdd29d98f501868558c81"

[dev-dependencies.MoveStdlib]
git = "https://github.com/aptos-labs/aptos-core.git"
rev = "f18cc2cac521b2a2eae5a5f08f1b787f61a2279d"
rev = "main"
subdir = "aptos-move/framework/move-stdlib"
addr_subst = { std = "0x1" }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add to `Move.toml`:
```toml
[dependencies.U256]
git = "https://github.com/pontem-network/U256.git"
rev = "v0.3.8"
rev = "v0.3.9"
```

And then use in code:
Expand Down

0 comments on commit 37f9d4d

Please sign in to comment.