Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Dec 27, 2022
1 parent 15e963e commit e2471ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion hyperscan-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ links = "hs"
name = "hyperscan-sys"
readme = "../README.md"
repository = "https://github.com/flier/rust-hyperscan"
version = "0.3.1"
version = "0.3.2"

[features]
chimera = ["static"]
Expand Down
2 changes: 1 addition & 1 deletion hyperscan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
name = "hyperscan"
readme = "../README.md"
repository = "https://github.com/flier/rust-hyperscan"
version = "0.3.1"
version = "0.3.2"

[features]
default = ["full", "latest"]
Expand Down

0 comments on commit e2471ff

Please sign in to comment.