Skip to content

Commit

Permalink
0.5.5: update to dino-park-gate 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Dec 17, 2023
1 parent 0f36e47 commit 597d8d3
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 = "dino_park_guard"
version = "0.5.4"
version = "0.5.5"
authors = ["Florian Merz <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
proc-macro = true

[dependencies]
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.10.5", version = "0.10.5" }
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.10.6", version = "0.10.6" }
dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.1.0", version = "0.1.0" }
syn = { version = "1.0", features = ["full"] }
quote = "1.0"
Expand Down

0 comments on commit 597d8d3

Please sign in to comment.