Skip to content

Commit af45cd4

Browse files
committed
Bump Rust version
1 parent ae9ee53 commit af45cd4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datom-c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "datom-c"
77
version = "0.1.1-pre4"
88
authors = ["Lutris, Inc <[email protected]>"]
9-
edition = "2018"
9+
edition = "2021"
1010
description = "C bindings for an open-source database inspired by Datomic"
1111
readme = "../README.md"
1212
homepage = "https://os.lutris.engineering/datom-rs/"

datom-java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "datom-java"
77
version = "0.1.1-pre4"
88
authors = ["Lutris, Inc <[email protected]>"]
9-
edition = "2018"
9+
edition = "2021"
1010
description = "Java bindings for an open-source database inspired by Datomic"
1111
readme = "../README.md"
1212
homepage = "https://os.lutris.engineering/datom-rs/"

datom-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "datom-node"
77
version = "0.1.1-pre4"
88
authors = ["Lutris, Inc <[email protected]>"]
9-
edition = "2018"
9+
edition = "2021"
1010
description = "Node.js bindings for an open-source database inspired by Datomic"
1111
readme = "../README.md"
1212
homepage = "https://os.lutris.engineering/datom-rs/"

datom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name = "datom"
77
version = "0.1.1-pre4"
88
authors = ["Lutris, Inc <[email protected]>"]
9-
edition = "2018"
9+
edition = "2021"
1010
description = "datom-rs: an open-source database inspired by Datomic"
1111
readme = "../README.md"
1212
homepage = "https://os.lutris.engineering/datom-rs/"

0 commit comments

Comments
 (0)