Skip to content

Commit 423728f

Browse files
committed
Bump MSRV to 1.88.0
1 parent a09c757 commit 423728f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra"
33
description = "Extra modules for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
readme = "README.md"

libs/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-test"
33
description = "Test library for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

libs/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-utils"
33
description = "Utils library for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

modules/console/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-console"
33
description = "Console module for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

modules/os/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-os"
33
description = "OS module for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

modules/sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-sqlite"
33
description = "SQLite module for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

modules/url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rquickjs-extra-url"
33
description = "URL module for RQuickJS"
44
version = "0.2.0"
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88.0"
77
license = "Apache-2.0"
88
repository = "https://github.com/rquickjs/rquickjs-extra"
99
authors = ["Emile Fugulin <[email protected]>"]

0 commit comments

Comments
 (0)