Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 1cbb9b7

Browse files
authored
Update move stdlib version. (#201)
1 parent a567e6b commit 1cbb9b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dove/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dove"
3-
version = "1.5.5"
3+
version = "1.5.6"
44
authors = [
55
"Alex Koz. <[email protected]>",
66
"Dm. Yakushev <[email protected]>",

dove/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub const DOVE_VERSION: &str = git_hash::crate_version!();
77
pub const DOVE_HASH: &str = git_hash::git_hash_short_as_str!();
88

99
/// Version and Tag (v###) for MOVE STDLIB
10-
pub const MOVE_STDLIB_VERSION: &str = "ccd25dfc85c812f56b4a7120bce793edd5f19064";
10+
pub const MOVE_STDLIB_VERSION: &str = "release-v1.0.0";
1111
/// GIT URL for MOVE STDLIB
1212
pub const MOVE_STDLIB_URL: &str = "https://github.com/pontem-network/move-stdlib";
1313

0 commit comments

Comments
 (0)