Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edouardparis committed Aug 9, 2020
1 parent 5a8566a commit 304cd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnurl"
version = "0.1.0"
version = "0.1.1"
authors = ["Edouard Paris <[email protected]>"]
description = "Helpers for LNURL"
readme = "README.md"
Expand All @@ -13,5 +13,5 @@ documentation = "https://docs.rs/lnurl/"
name = "lnurl"

[dependencies]
serde = { version = "1.0.93", features =["derive"]}
serde_json = "1.0.39"
serde = { version = "^1.0.93", features =["derive"]}
serde_json = "^1.0.39"

0 comments on commit 304cd3f

Please sign in to comment.