File: remove-dev-from-alacritty-config-derive-dependency.patch

package info (click to toggle)
rust-alacritty-config 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ version = "1.0.163"
 version = "0.9.2"
 
 [dev-dependencies.alacritty_config_derive]
-version = "0.2.5-dev"
+version = "0.2.5"
 
 [dev-dependencies.serde]
 version = "1.0.163"