Skip to content

Commit

Permalink
Released v0.1.7: Optimizations & fixes
Browse files Browse the repository at this point in the history
- Switched synchronization primitives to `parking_lot`
- Fixed misuse of the log crate that was killing the logs of binaries that were using `nitox`
- Added parser benchmarks with `criterion`
- Added integration tests for pedantic mode
  • Loading branch information
Mathieu Amiot committed Oct 26, 2018
1 parent 43b8c52 commit 6212c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ license = "MIT/Apache-2.0"
name = "nitox"
readme = "README.md"
repository = "https://github.com/YellowInnovation/nitox"
version = "0.1.6"
version = "0.1.7"

[[bench]]
harness = false
Expand Down

0 comments on commit 6212c60

Please sign in to comment.