Skip to content

Commit

Permalink
Update minimal Rust version to 1.70.0 (#69)
Browse files Browse the repository at this point in the history
For `Option` method `is_some_and()`, which was made stable in that release
  • Loading branch information
DavisVaughan authored Jul 26, 2023
1 parent 4027487 commit bc638ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/amalthea/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "amalthea"
version = "0.1.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
amalthea-macros = { path = "./amalthea-macros" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ark"
version = "0.1.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"
description = """
The Amalthea R Kernel.
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "echo"
version = "0.1.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"

[dependencies]
amalthea = { path = "../amalthea" }
Expand Down
2 changes: 1 addition & 1 deletion crates/harp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "harp"
version = "0.1.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"
description = """
Tools for integrating R and Rust.
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/stdext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stdext"
version = "0.1.0"
edition = "2021"
rust-version = "1.64.0"
rust-version = "1.70.0"
description = """
Useful extensions to the Rust standard library.
"""
Expand Down

0 comments on commit bc638ad

Please sign in to comment.