Skip to content

Commit ec6fc4b

Browse files
committed
Update to edition 2024
1 parent a012270 commit ec6fc4b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rquickjs-extra"
33
description = "Extra modules for RQuickJS"
44
version = "0.2.0"
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
readme = "README.md"

libs/test/Cargo.toml

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

libs/utils/Cargo.toml

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

modules/console/Cargo.toml

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

modules/os/Cargo.toml

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

modules/sqlite/Cargo.toml

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

modules/timers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rquickjs-extra-timers"
33
description = "Timers module for RQuickJS"
44
version = "0.2.0"
5-
edition = "2021"
5+
edition = "2024"
66
license = "Apache-2.0"
77
repository = "https://github.com/rquickjs/rquickjs-extra"
88
authors = ["Emile Fugulin <[email protected]>"]

modules/url/Cargo.toml

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

0 commit comments

Comments
 (0)