There was an error while loading. Please reload this page.
1 parent c581e85 commit 98c1e9fCopy full SHA for 98c1e9f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dropbox-sdk"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["Bill Fraser <wfraser@dropbox.com>"]
5
edition = "2018"
6
description = "Rust bindings to the Dropbox APIv2, generated by Stone from the official spec."
RELEASE_NOTES.md
@@ -1,5 +1,5 @@
# v0.9.0
-xxxx-yy-zz
+2020-11-30
* All structs and enums except ones marked `union_closed` in the spec are now marked with
`#[non_exhaustive]`. This means destructuring of structs must use `..` to indicate that other
fields may be present, and matches on enums must include a `_` case to indicate that other
0 commit comments