-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed public/private issue for
Cbor
object.
- Loading branch information
1 parent
946577f
commit 8614d61
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Unreleased | ||
## 0.1.0 | ||
* Initial implementation mirroring the JSON extractor in Actix-Web | ||
|
||
# Released | ||
## 0.1.1 - 2020-09-28 | ||
* Several fields were accidentally left private that should have been public in the initial release. | ||
|
||
## 0.1.0 - 2020-09-28 | ||
* Initial implementation mirroring the JSON extractor in Actix-Web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "actix-cbor" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["noah <[email protected]>"] | ||
edition = "2018" | ||
description = "CBOR support for Actix-Web" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters