Skip to content

Commit d98fa47

Browse files
authored
Use workspace-defined rust version etc (#95)
1 parent 12663b7 commit d98fa47

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/borrow_points/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "borrow_points"
33
version = "0.1.0"
44
authors = ["Nicolas <bircni@icloud.com>"]
5-
license = "MIT OR Apache-2.0"
6-
edition = "2021"
7-
rust-version = "1.80"
5+
license.workspace = true
6+
edition.workspace = true
7+
rust-version.workspace = true
88
publish = false
99

1010
[lints]

examples/custom_plot_manipulation/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "custom_plot_manipulation"
33
version = "0.1.0"
44
authors = ["Ygor Souza <ygor.souza@protonmail.com>"]
5-
license = "MIT OR Apache-2.0"
6-
edition = "2021"
7-
rust-version = "1.81"
5+
license.workspace = true
6+
edition.workspace = true
7+
rust-version.workspace = true
88
publish = false
99

1010
[lints]

examples/legend_sort/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "legend_sort"
33
version = "0.1.0"
44
authors = ["hacknus <l_stoeckli@bluewin.ch>"]
5-
license = "MIT OR Apache-2.0"
6-
edition = "2021"
7-
rust-version = "1.80"
5+
license.workspace = true
6+
edition.workspace = true
7+
rust-version.workspace = true
88
publish = false
99

1010
[lints]

examples/save_plot/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "save_plot"
33
version = "0.1.0"
44
authors = ["hacknus <l_stoeckli@bluewin.ch>"]
5-
license = "MIT OR Apache-2.0"
6-
edition = "2021"
7-
rust-version = "1.81"
5+
license.workspace = true
6+
edition.workspace = true
7+
rust-version.workspace = true
88
publish = false
99

1010
[lints]

0 commit comments

Comments
 (0)