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

Commit

Permalink
Bump version. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
RIg410 authored Jan 24, 2022
1 parent cedefee commit a567e6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion dove/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dove"
version = "1.5.4"
version = "1.5.5"
authors = [
"Alex Koz. <alexanderkozlovskii@wings.ai>",
"Dm. Yakushev <dmitryyakushev@wings.ai>",
Expand Down
2 changes: 1 addition & 1 deletion dove/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const DOVE_VERSION: &str = git_hash::crate_version!();
pub const DOVE_HASH: &str = git_hash::git_hash_short_as_str!();

/// Version and Tag (v###) for MOVE STDLIB
pub const MOVE_STDLIB_VERSION: &str = "670135efefd82b24d86ad4370ffc65fdfe8e483c";
pub const MOVE_STDLIB_VERSION: &str = "ccd25dfc85c812f56b4a7120bce793edd5f19064";
/// GIT URL for MOVE STDLIB
pub const MOVE_STDLIB_URL: &str = "https://github.com/pontem-network/move-stdlib";

Expand Down

0 comments on commit a567e6b

Please sign in to comment.