branch main (#219)

This commit is contained in:
Toka 2021-07-11 08:47:01 +09:00 committed by GitHub
parent 4dea81b2a2
commit 13b4a143b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ path = "./examples/llmp_test/main.rs"
required-features = ["std"] required-features = ["std"]
[dependencies] [dependencies]
tuple_list = { version = "0.1.2", git = "https://github.com/domenukk/tuple_list" } tuple_list = { version = "0.1.2", git = "https://github.com/domenukk/tuple_list", branch = "main" }
hashbrown = { version = "0.9", features = ["serde", "ahash-compile-time-rng"], default-features=false } # A faster hashmap, nostd compatible hashbrown = { version = "0.9", features = ["serde", "ahash-compile-time-rng"], default-features=false } # A faster hashmap, nostd compatible
num = { version = "0.4.0", default-features = false } num = { version = "0.4.0", default-features = false }
xxhash-rust = { version = "0.8.2", features = ["xxh3"] } # xxh3 hashing for rust xxhash-rust = { version = "0.8.2", features = ["xxh3"] } # xxh3 hashing for rust