Skip to content

Commit d9434e5

Browse files
committed
Bump crates to 2021 rust and clean metadata
1 parent 50343ab commit d9434e5

File tree

15 files changed

+13
-21
lines changed

15 files changed

+13
-21
lines changed

bin/propolis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "propolis-cli"
33
version = "0.1.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

bin/propolis-server/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "propolis-server"
33
version = "0.1.0"
4-
authors = ["Sean Klein <[email protected]>", "Patrick Mooney <[email protected]>"]
54
license = "MPL-2.0"
6-
edition = "2018"
5+
edition = "2021"
76

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

bin/propolis-standalone/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "propolis-standalone"
33
version = "0.1.0"
4-
authors = ["Patrick Mooney <[email protected]>"]
54
license = "MPL-2.0"
6-
edition = "2018"
5+
edition = "2021"
76

87
[[bin]]
98
name = "propolis-standalone"

crates/bhyve-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bhyve_api"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

crates/bhyve-api/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bhyve_api_sys"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

crates/dladm/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "dladm"
33
version = "0.0.0"
4-
authors = ["Patrick Mooney <[email protected]>"]
54
license = "MPL-2.0"
6-
edition = "2018"
5+
edition = "2021"
76

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

crates/propolis-server-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "propolis-server-config"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

crates/propolis-standalone-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "propolis-standalone-config"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

77
[dependencies]
88
num_enum.workspace = true

crates/propolis-types/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "propolis_types"
33
version = "0.0.0"
4-
authors = ["Greg Colombo <[email protected]>"]
54
license = "MPL-2.0"
6-
edition = "2018"
5+
edition = "2021"
76

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

crates/viona-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "viona_api"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

crates/viona-api/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "viona_api_sys"
33
version = "0.0.0"
44
license = "MPL-2.0"
5-
edition = "2018"
5+
edition = "2021"
66

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

lib/propolis-client/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "propolis-client"
33
version = "0.1.0"
4-
authors = ["Sean Klein <[email protected]>"]
5-
edition = "2018"
4+
edition = "2021"
65

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

lib/propolis/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "propolis"
33
version = "0.1.0"
4-
authors = ["Patrick Mooney <[email protected]>"]
54
license = "MPL-2.0"
6-
edition = "2018"
5+
edition = "2021"
76

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

phd-tests/framework/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "phd-framework"
33
version = "0.1.0"
4-
authors = ["Greg Colombo <[email protected]>"]
54
license = "MPL-2.0"
65
edition = "2021"
76

phd-tests/runner/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "phd-runner"
33
version = "0.1.0"
4-
authors = ["Greg Colombo <[email protected]>"]
54
license = "MPL-2.0"
65
edition = "2021"
76

0 commit comments

Comments
 (0)