Skip to content

Commit

Permalink
fix: use v2 of cw-plus-plus packages (and use git-refs)
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Apr 3, 2024
1 parent d7f5f23 commit 446a067
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
resolver = "2"

[workspace.package]
version = "2.0.0"
version = "2.0.1"
authors = ["PFC <[email protected]>"]
edition = "2021"
rust-version = "1.73.0"
Expand All @@ -28,18 +28,19 @@ cosmwasm-std = { version = "2.0.1", features = [
schemars = { version = "0.8.16" }
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
cosmwasm-schema = "2.0.1"
pfc-whitelist-derive = { version = "2.0.0", path = "packages/pfc-whitelist-derive" }
cw-storage-plus = { version = "2.0.0", features = ["iterator"] }
cw-ownable = "0.5.1"
cw-ownable-derive = "0.5.1"
cw-ownable = { version = "2.0.0", git = "https://github.com/PFC-Validator/cw-plus-plus", branch = "v2.0.0-wip" }
cw-ownable-derive = { version = "2.0.0", git = "https://github.com/PFC-Validator/cw-plus-plus", branch = "v2.0.0-wip" }

thiserror = "1.0.57"
pfc-whitelist = { version = "2.0.0", path = "packages/pfc-whitelist" }
getrandom = { version = "0.2", features = ["js"] }

proc-macro2 = "1.0.51"
quote = "1.0.23"
syn = "2.0.55"

thiserror = "1.0.57"
pfc-whitelist = { version = "2.0.1", path = "packages/pfc-whitelist" }
pfc-whitelist-derive = { version = "2.0.1", path = "packages/pfc-whitelist-derive" }
[profile.release]
opt-level = 3
debug = false
Expand Down

0 comments on commit 446a067

Please sign in to comment.