guru/x11-terms/rio/files/rio-0.1.10-remove-min-rust-version-requirement.patch
Jonas Frei 7411b28854
x11-terms/rio: add 0.1.10
Signed-off-by: Jonas Frei <freijon@pm.me>
2024-09-02 06:24:05 +02:00

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