Skip to content

Commit

Permalink
chore: update types lib (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre authored Jan 23, 2024
1 parent e1aca39 commit 799674d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unleash-yggdrasil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pest_derive = "2.0"
lazy_static = "1.4.0"
semver = "1.0.17"
convert_case = "0.6.0"
unleash-types = "0.10.6"
unleash-types = "0.11.0"
chrono = "0.4.31"
dashmap = "5.5.0"
hostname = "0.3.1"
Expand Down
2 changes: 1 addition & 1 deletion yggdrasilffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ name = "yggdrasilffi"
libc = "0.2"
serde_json = "1.0.68"
serde = { version = "1.0.68", features = ["derive"] }
unleash-types = "0.10.5"
unleash-types = "0.11.0"
unleash-yggdrasil = {path = "../unleash-yggdrasil"}

0 comments on commit 799674d

Please sign in to comment.