projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91399ad
)
Fix Cargo.toml dependencies (#5911)
author
Casper
<casperneo@uchicago.edu>
Wed, 13 May 2020 18:24:32 +0000
(11:24 -0700)
committer
GitHub
<noreply@github.com>
Wed, 13 May 2020 18:24:32 +0000
(11:24 -0700)
* Fix Cargo.toml dependencies
* less specific serde dependency
Co-authored-by: Casper Neo <cneo@google.com>
rust/flexbuffers/Cargo.toml
patch
|
blob
|
history
diff --git
a/rust/flexbuffers/Cargo.toml
b/rust/flexbuffers/Cargo.toml
index
51e03df
..
dcb5220
100644
(file)
--- a/
rust/flexbuffers/Cargo.toml
+++ b/
rust/flexbuffers/Cargo.toml
@@
-11,15
+11,10
@@
keywords = ["flatbuffers", "flexbuffers", "serialization", "zero-copy"]
categories = ["encoding", "data-structures", "memory-management"]
[dependencies]
-serde = "1.0
.103
"
-serde_derive = "
*
"
+serde = "1.0"
+serde_derive = "
1.0
"
byteorder = "1.3.2"
num_enum = "0.4.1"
debug_stub_derive = "0.3.0"
bitflags = "1.2.1"
-[dev-dependencies]
-bencher = "*"
-quickcheck = "*"
-quickcheck_derive = "*"
-rand = "*"