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 a7e8588 commit 0877cb2Copy full SHA for 0877cb2
CHANGELOG.md
@@ -12,9 +12,10 @@ Possible log types:
12
- `[security]` to invite users to upgrade in case of vulnerabilities.
13
14
15
-### v0.4.0 (UNRELEASED)
+### v0.4.0 (2016-12-26)
16
17
- [changed] Use serde for (de)-serialization (#35)
18
+- [changed] Library now depends on nightly (#36)
19
20
### v0.3.1 (2016-08-09)
21
README.md
@@ -18,7 +18,7 @@ serialization and deserialization.
Add `spaceapi` to your `Cargo.toml`:
[dependencies]
- spaceapi = "^0.3"
+ spaceapi = "^0.4"
22
23
24
## Docs
0 commit comments