Skip to content

Commit

Permalink
haura: bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Jan 12, 2024
1 parent c4be729 commit afb27d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bectl"
version = "0.1.0"
authors = ["tilpner <betree@tilpner.com>", "Johannes Wünsche <johannes@spacesnek.rocks>"]
edition = "2021"
rust-version = "1.65"
rust-version = "1.66.1"

[dependencies]
betree_storage_stack = { path = "../betree", features = [ "internal-api" ] }
Expand Down
2 changes: 1 addition & 1 deletion betree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.1-alpha"
authors = ["Felix Wiedemann <felix@kann.it>", "Till Hoeppner <betree@tilpner.com>", "Johannes Wünsche <johannes@spacesnek.rocks>"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.66.1"

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion julea-betree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "julea-betree"
version = "0.1.0"
authors = ["tilpner <betree@tilpner.com>"]
edition = "2018"
rust-version = "1.65"
rust-version = "1.66.1"

[lib]
name = "object_betree"
Expand Down

0 comments on commit afb27d1

Please sign in to comment.