Skip to content

Commit

Permalink
Upgrade bumpalo to 3.14.0 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 authored Sep 10, 2024
2 parents 179e628 + 1446f1a commit f6bde1e
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 f6bde1e

Please sign in to comment.