mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
31 lines
876 B
Diff
31 lines
876 B
Diff
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -17,7 +17,6 @@
|
|
edition = "2021"
|
|
license = "MIT"
|
|
keywords = ["graphics", "terminal", "application"]
|
|
-rust-version = "1.80.1"
|
|
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
|