Skip to content

Commit

Permalink
Upgrade bumpalo to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Sep 10, 2024
1 parent 179e628 commit 1446f1a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
crate-type = ["rlib"]

[dependencies]
bumpalo = "=3.5.0"
bumpalo = "=3.14.0"
concert-std-derive = { path = "../concert-std-derive" }
immutable-map = "0.1.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "=3.5.0"
bumpalo = "=3.14.0"
immutable-map = "0.1.2"

[patch.crates-io]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "=3.5.0"
bumpalo = "=3.14.0"
immutable-map = "0.1.2"

[patch.crates-io]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ std = ["concordium-std/std"]

[dependencies]
concert-std = { path = "../concert-std" }
bumpalo = "=3.5.0"
bumpalo = "=3.14.0"
immutable-map = "0.1.2"

[patch.crates-io]
Expand Down

0 comments on commit 1446f1a

Please sign in to comment.