Skip to content

Commit

Permalink
Merge pull request #131 from dropbox/pb-jelly/v0.0.10
Browse files Browse the repository at this point in the history
Bump pb-jelly to v0.0.10
  • Loading branch information
ParkMyCar authored Nov 30, 2021
2 parents 1e816bc + 194f601 commit bf4dd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pb-jelly/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pb-jelly"
description = "A protobuf runtime for the Rust language developed at Dropbox"
version = "0.0.9"
version = "0.0.10"
authors = ["Rajat Goel <[email protected]>", "Nipunn Koorapati <[email protected]>", "Parker Timmerman <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pb-jelly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include this crate as a dependency in your `Cargo.toml`.
##### `Cargo.toml`
```
[dependencies]
pb-jelly = "0.0.9"
pb-jelly = "0.0.10"
```

Then in the general case, all you'll need to use in your code is the `Message` trait this crate defines, e.g.
Expand Down

0 comments on commit bf4dd3b

Please sign in to comment.