blob: dee7d517da335c25c47946a4a8673ab4c7d335ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@
edition = "2021"
license = "MIT"
keywords = ["graphics", "terminal"]
-rust-version = "1.80.0"
repository = "https://github.com/raphamorim/rio"
homepage = "https://raphamorim.io/rio"
documentation = "https://github.com/raphamorim/rio#readme"
--- a/frontends/rioterm/Cargo.toml
+++ b/frontends/rioterm/Cargo.toml
@@ -6,7 +6,6 @@
edition.workspace = true
license.workspace = true
keywords.workspace = true
-rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
--- a/frontends/wasm/Cargo.toml
+++ b/frontends/wasm/Cargo.toml
@@ -6,7 +6,6 @@
edition.workspace = true
license.workspace = true
keywords.workspace = true
-rust-version.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
|