Skip to content

Commit

Permalink
Update safe-regex to v2.0.5 for no_std support (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
soareschen authored Feb 11, 2022
1 parent df0cc5d commit be1ea20
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 13 additions & 8 deletions ci/no-std-check/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions ci/no-std-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,3 @@ substrate-std = [
tendermint = { git = "https://github.com/informalsystems/tendermint-rs", branch = "v0.23.x" }
tendermint-proto = { git = "https://github.com/informalsystems/tendermint-rs", branch = "v0.23.x" }
tendermint-light-client-verifier = { git = "https://github.com/informalsystems/tendermint-rs", branch = "v0.23.x" }
safe-regex = { git = "https://github.com/informalsystems/safe-regex.git", branch = "no-std" }
safe-regex-macro = { git = "https://github.com/informalsystems/safe-regex.git", branch = "no-std" }
safe-regex-compiler = { git = "https://github.com/informalsystems/safe-regex.git", branch = "no-std" }
safe-quote = { git = "https://github.com/informalsystems/safe-regex.git", branch = "no-std" }
safe-proc-macro2 = { git = "https://github.com/informalsystems/safe-regex.git", branch = "no-std" }
2 changes: 1 addition & 1 deletion modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = { version = "0.1.30", default-features = false }
prost = { version = "0.9", default-features = false }
prost-types = { version = "0.9", default-features = false }
bytes = { version = "1.1.0", default-features = false }
safe-regex = { version = "0.2.4", default-features = false }
safe-regex = { version = "0.2.5", default-features = false }
subtle-encoding = { version = "0.5", default-features = false }
sha2 = { version = "0.10.1", default-features = false }
flex-error = { version = "0.4.4", default-features = false }
Expand Down

0 comments on commit be1ea20

Please sign in to comment.