Skip to content

Commit 80b3334

Browse files
committed
chore: bumped rust edition to 2021
1 parent fe54da8 commit 80b3334

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

rust-library/cryptor/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cryptor"
33
version = "0.1.0"
4-
authors = ["Fernando Cejas <fcejas@gmail.com>"]
5-
edition = "2018"
4+
authors = ["Fernando Cejas <android10@fernandocejas.com>"]
5+
edition = "2021"
66

77
# See more keys and their definitions at
88
# https://doc.rust-lang.org/cargo/reference/manifest.html

rust-library/cryptor_c/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cryptor_c"
33
version = "0.1.0"
4-
authors = ["Fernando Cejas <fcejas@gmail.com>"]
5-
edition = "2018"
4+
authors = ["Fernando Cejas <android10@fernandocejas.com>"]
5+
edition = "2021"
66

77
# See more keys and their definitions at
88
# https://doc.rust-lang.org/cargo/reference/manifest.html

rust-library/cryptor_global/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cryptor_global"
33
version = "0.1.0"
4-
authors = ["Fernando Cejas <fcejas@gmail.com>"]
5-
edition = "2018"
4+
authors = ["Fernando Cejas <android10@fernandocejas.com>"]
5+
edition = "2021"
66

77
[lib]
88
crate-type = ["rlib"]

rust-library/cryptor_jni/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cryptor_jni"
33
version = "0.1.0"
4-
authors = ["Fernando Cejas <fcejas@gmail.com>"]
5-
edition = "2018"
4+
authors = ["Fernando Cejas <android10@fernandocejas.com>"]
5+
edition = "2021"
66
build = "build.rs"
77

88
# See more keys and their definitions at

0 commit comments

Comments
 (0)