Skip to content

Commit

Permalink
update boot version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Apr 4, 2023
1 parent 9b64251 commit 914729b
Show file tree
Hide file tree
Showing 13 changed files with 3,008 additions and 249 deletions.
3,233 changes: 2,996 additions & 237 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/cw1-subkeys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library = []
test-utils = []

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw1 = { path = "../../packages/cw1", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw1-whitelist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test-utils = []
[dependencies]


boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw1 = { path = "../../packages/cw1", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-ics20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw3-fixed-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library = []

[dependencies]

boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw3-flex-multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library = []

[dependencies]

boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw4-group/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw4-stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ backtraces = ["cosmwasm-std/backtraces"]
library = []

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = { version = "1.1.0" }
cw-utils = "1.0.1"
cw2 = { path = "../../packages/cw2", version = "1.0.1" }
Expand Down
2 changes: 1 addition & 1 deletion packages/cw1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com"

[dependencies]

boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cosmwasm-schema = "1.1.0"
cosmwasm-std = "1.1.0"
schemars = "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cw-utils = "1.0.1"
cosmwasm-schema = "1.1.0"
cosmwasm-std = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://cosmwasm.com"

[dependencies]

boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cw-utils = "1.0.1"
cw20 = { path = "../../packages/cw20", version = "1.0.1" }
cosmwasm-schema = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"

[dependencies]
boot-core = { git = "https://github.com/Abstract-OS/BOOT.git"}
boot-core = { version = "0.10.0"}
cw-storage-plus = "1.0.1"
cosmwasm-schema = "1.1.0"
cosmwasm-std = "1.1.0"
Expand Down

0 comments on commit 914729b

Please sign in to comment.