Skip to content

Commit

Permalink
fix(vault_network): fix cargo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Apr 26, 2023
1 parent 5c65ad6 commit 83ce62d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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 contracts/liquidity_hub/vault-network/vault/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault"
version = "1.2.1"
version = "1.2.2"
authors = ["kaimen-sano <[email protected]>"]
edition.workspace = true
description = "Contract to handle a single vault that controls an asset"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault_factory"
version = "1.1.1"
version = "1.1.2"
authors = [
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault_router"
version = "1.1.4"
version = "1.1.5"
authors = [
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>",
]
Expand Down

0 comments on commit 83ce62d

Please sign in to comment.