Skip to content

Commit

Permalink
fix!: update dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: enum-as-inner was updated -> produces different API
  • Loading branch information
hoodie committed Nov 3, 2022
1 parent c0ffee5 commit c0ffee5
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 @@ -28,11 +28,11 @@ msg_pack = ["rmp-serde", "serde"]
[dependencies]
nom = "7"
wee_alloc = { version = "0.4", optional = true }
enum-as-inner = "0.3"
enum-as-inner = "0.5"
derive-into-owned = "0.2"

[dependencies.ufmt]
version = "0.1"
version = "0.2"
features = ["std"]
optional = true

Expand Down

0 comments on commit c0ffee5

Please sign in to comment.