Skip to content

Commit

Permalink
Merge #137
Browse files Browse the repository at this point in the history
137: Update base64 and bump version r=kvark a=Eijebong



Co-authored-by: Bastien Orivel <[email protected]>
  • Loading branch information
bors[bot] and Eijebong committed Nov 19, 2018
2 parents 64ac38d + 1fb770e commit 6a6fb17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ron"
version = "0.4.1"
version = "0.4.2"
license = "MIT/Apache-2.0"
keywords = ["parser", "serde", "serialization"]
authors = [
Expand All @@ -18,7 +18,7 @@ exclude = ["bors.toml", ".travis.yml"]
name = "ron"

[dependencies]
base64 = "^0.9.2"
base64 = "0.10"
bitflags = "1"
serde = { version = "1", features = ["serde_derive"] }

Expand Down

0 comments on commit 6a6fb17

Please sign in to comment.