Skip to content

Commit 5b86aaf

Browse files
committed
feat: rebase branches in crates.io
1 parent a9646fb commit 5b86aaf

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/injective-std-derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description = "Procedural macro for injective-std"
33
edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "injective-std-derive"
6+
repository = "https://github.com/InjectiveLabs/injective-rust/tree/dev/packages/injective-std-derive"
67
version = "1.13.4"
78

89
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/injective-std/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
name = "injective-std"
66
readme = "README.md"
7-
repository = "https://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-std"
8-
version = "1.14.0-rc1"
7+
repository = "https://github.com/InjectiveLabs/injective-rust/tree/dev/packages/injective-std"
8+
version = "1.14.0"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

0 commit comments

Comments
 (0)