Skip to content

Commit

Permalink
Merge pull request #3 from quodlibetor/bump-uuid-version
Browse files Browse the repository at this point in the history
Bump UUID dep version to be compatible with Diesel
  • Loading branch information
quodlibetor authored May 3, 2018
2 parents 9c2929e + 90ea13c commit 4a4a99e
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
Expand Up @@ -2,7 +2,7 @@
authors = ["Brandon W Maister <[email protected]>"]
name = "uuid-b64"
description = "Base64 encoding for UUIDs"
version = "0.1.0"
version = "0.1.1"
license = "Apache-2.0/MIT"
readme = "README.md"
categories = ["encoding", "value-formatting"]
Expand All @@ -20,7 +20,7 @@ inlinable_string = { version = "0.1.0", features = ["serde"] }
lazy_static = "0.2.9"
serde = { version = "1.0.15", optional = true }
# Diesel 1.1.1 doesn't support 0.6.1 yet
uuid = { version = ">=0.5.1,<0.6.0", features = ["v4", "use_std"] }
uuid = { version = ">=0.5.1,<0.7.0", features = ["v4", "use_std"] }

[features]
default-features = ["serde"]
Expand Down

0 comments on commit 4a4a99e

Please sign in to comment.