We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932cfcc commit cbcd60cCopy full SHA for cbcd60c
Cargo.toml
@@ -1,9 +1,10 @@
1
[package]
2
name = "bson"
3
-version = "0.15.0"
+version = "1.0.0"
4
authors = [
5
"Y. T. Chung <zonyitoo@gmail.com>",
6
- "Kevin Yeh <kevinyeah@utexas.edu>"
+ "Kevin Yeh <kevinyeah@utexas.edu>",
7
+ "Saghm Rossi <saghmrossi@gmail.com>"
8
]
9
description = "Encoding and decoding support for BSON in Rust"
10
license = "MIT"
0 commit comments