Skip to content

Commit

Permalink
fix: optimize regex features
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Aug 25, 2022
1 parent 0f3256b commit bb07fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 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 packages/terraswap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ schemars = "0.8.10"
serde = { version = "1.0.137", default-features = false, features = ["derive"] }
protobuf = { version = "2", features = ["with-bytes"] }
white-whale = { version = "1.0.0", path = "../white-whale" }
regex = "1"
regex = { version = "1.6.0", default-features = false, features = ["use_std", "unicode-perl"] }

[dev-dependencies]
cosmwasm-schema = { version = "1.0.0" }

0 comments on commit bb07fda

Please sign in to comment.