Skip to content

Commit

Permalink
Merge pull request #7 from kanidm/rework
Browse files Browse the repository at this point in the history
Rework
  • Loading branch information
Firstyear authored Apr 11, 2021
2 parents b2a91f8 + 9608a36 commit a64c9e7
Show file tree
Hide file tree
Showing 6 changed files with 2,942 additions and 1,001 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "idlset"
version = "0.1.13"
version = "0.2.0"
authors = ["William Brown <[email protected]>"]
edition = "2018"

Expand All @@ -17,15 +17,13 @@ license = "MPL-2.0"
# time = "0.2"
serde = "1.0"
serde_derive = "1.0"
smallvec = { version = "1.4", features = ["serde"], optional = true }
smallvec = { version = "1.6", features = ["serde"] }

[dev-dependencies]
criterion = "0.3"
criterion = { version = "0.3", features = ["html_reports"]}

[[bench]]
name = "bench_idl"
harness = false

[features]
use_smallvec = ["smallvec"]
tracksize = []
Loading

0 comments on commit a64c9e7

Please sign in to comment.