We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3b328 commit 93e5465Copy full SHA for 93e5465
.github/workflows/CICD.yml
@@ -6,7 +6,7 @@ env:
6
PROJECT_NAME: lsd
7
PROJECT_DESC: "An ls command with a lot of pretty colors."
8
PROJECT_AUTH: "Peltoche <peltoche@halium.fr>"
9
- RUST_MIN_SRV: "1.70.0"
+ RUST_MIN_SRV: "1.74.0"
10
11
on: [push, pull_request]
12
Cargo.toml
@@ -10,7 +10,7 @@ readme = "./README.md"
repository = "https://github.com/lsd-rs/lsd"
version = "1.0.0"
edition = "2021"
13
-rust-version = "1.70"
+rust-version = "1.74"
14
15
[[bin]]
16
name = "lsd"
0 commit comments