Skip to content

Commit 6212c60

Browse files
author
Mathieu Amiot
committed
Released v0.1.7: Optimizations & fixes
- 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
1 parent 43b8c52 commit 6212c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "MIT/Apache-2.0"
2121
name = "nitox"
2222
readme = "README.md"
2323
repository = "https://github.com/YellowInnovation/nitox"
24-
version = "0.1.6"
24+
version = "0.1.7"
2525

2626
[[bench]]
2727
harness = false

0 commit comments

Comments
 (0)