Skip to content

Commit 7b3c9fd

Browse files
committed
Support older versions of cargo
1 parent 5a3b16f commit 7b3c9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fortanix-vme/tests/incoming_connection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "incoming_connection"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2018"
55

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

fortanix-vme/tests/outgoing_connection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "outgoing_connection"
33
version = "0.1.0"
4-
edition = "2021"
4+
edition = "2018"
55

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

0 commit comments

Comments
 (0)