Skip to content

Commit

Permalink
Regenerated Cargo.lock file per package. Also cargo fmt auto-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Baum committed Nov 9, 2023
1 parent 4fc22d0 commit 9ecbe9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions packages/injective-protobuf/src/proto/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// @generated

pub mod account;
pub mod auth;
pub mod coin;
pub mod distribution;
pub mod exchange;
pub mod oracle;
pub mod tx;
pub mod oracle;
pub mod account;
2 changes: 1 addition & 1 deletion packages/injective-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
name = "injective-std"
repository = "https://github.com/InjectiveLabs/cw-injective/tree/master/packages/injective-std"
version = "0.1.3"
version = "0.1.4"
readme = "README.md"

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

0 comments on commit 9ecbe9b

Please sign in to comment.