Skip to content

Commit c50fcee

Browse files
committed
Give Dilyn Corner credit as co-author and up the version of every crate to be 0.3.0 to coincide with the current release milestone
1 parent 467f8f0 commit c50fcee

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

cross/dns/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
5-
"Glyn Matthews"
5+
"Glyn Matthews",
6+
"Dilyn Corner"
67
]
78
edition = "2021"
89
name = "dns"
9-
version = "0.1.0"
10+
version = "0.3.0"
1011
description = "Example target application that demonstrates DNS functionality with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
1112

1213
# makes `cargo check --all-targets` work

cross/get_fw_version/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
5-
"Glyn Matthews"
5+
"Glyn Matthews",
6+
"Dilyn Corner"
67
]
78
edition = "2021"
89
name = "get_fw_version"
9-
version = "0.1.0"
10+
version = "0.3.0"
1011
description = "Example target application that gets the Nina firmware version with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
1112

1213
# makes `cargo check --all-targets` work

cross/join/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
5-
"Glyn Matthews"
5+
"Glyn Matthews",
6+
"Dilyn Corner"
67
]
78
edition = "2021"
89
name = "join"
9-
version = "0.1.0"
10+
version = "0.3.0"
1011
description = "Example target application that joins/leaves an SSID with the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
1112

1213
# makes `cargo check --all-targets` work

cross/send_data_tcp/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
5-
"Dilyn Corner",
6-
"Glyn Matthews"
5+
"Glyn Matthews",
6+
"Dilyn Corner"
77
]
88
edition = "2021"
99
name = "send_data_tcp"
10-
version = "0.1.0"
10+
version = "0.3.0"
1111
description = "Example RP2040 target application that demonstrates how to send data to a remote server over TCP."
1212

1313
# makes `cargo check --all-targets` work

host-tests/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
authors = [
33
"Jim Hodapp",
44
"Caleb Bourg",
5-
"Glyn Matthews"
5+
"Glyn Matthews",
6+
"Dilyn Corner"
67
]
78
edition = "2021"
89
name = "host-tests"
9-
version = "0.1.0"
10+
version = "0.3.0"
1011
publish = false
1112
description = "Host-side tests for the Rust-based Espressif ESP32-WROOM WiFi driver crate for RP2040 series microcontroller boards."
1213

0 commit comments

Comments
 (0)