Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: cargo toml dependency
Browse files Browse the repository at this point in the history
liuq19 committed Dec 15, 2023
1 parent f8b998f commit 6954d1b
Showing 3 changed files with 7 additions and 20 deletions.
13 changes: 6 additions & 7 deletions Cargo.lock

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

7 changes: 1 addition & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -28,8 +28,7 @@ bytes = "1.4"
thiserror = "1.0"
simdutf8 = "0.1"
parking_lot = "0.12"
static_assertions = "1.1"
libc = "0.2.150"
libc = "0.2"

[dev-dependencies]
jemallocator = "0.5"
@@ -58,10 +57,6 @@ panic = 'unwind'
incremental = false
overflow-checks = false

[build]
sanitizers = true
debug = true

[[bench]]
name = "deserialize_struct"
harness = false
7 changes: 0 additions & 7 deletions fuzz/Cargo.lock

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

0 comments on commit 6954d1b

Please sign in to comment.