Skip to content

Commit 48c8150

Browse files
fix: cargo minver bump (#82)
Signed-off-by: andreacfromtheapp <3269984+andreacfromtheapp@users.noreply.github.com>
1 parent 9fae896 commit 48c8150

File tree

6 files changed

+15
-34
lines changed

6 files changed

+15
-34
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ env:
1414
RUSTFLAGS: -Dwarnings
1515
RUST_BACKTRACE: 1
1616
rust_stable: stable
17-
rust_clippy: "1.77.2"
18-
rust_min: "1.77.2"
17+
rust_clippy: "1.83.0"
18+
rust_min: "1.83.0"
1919

2020
jobs:
2121
# test:

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "freesound-credits"
33
version = "0.2.21"
44
edition = "2021"
5-
license = "MIT OR Apache-2.0"
5+
license = "Apache-2.0"
66

77
authors = ["Andrea C From The App"]
88
homepage = "https://andreacfromtheapp.github.io/apps/freesound-credits"
@@ -19,7 +19,7 @@ name = "freesound-credits"
1919
path = "src/main.rs"
2020

2121
[dependencies]
22-
clap = { version = "4.5.13", features = ["derive"] }
22+
clap = { version = "4.5.22", features = ["derive"] }
2323

2424
# Config for 'cargo dist'
2525
[profile.release]
File renamed without changes.

LICENSE-MIT

Lines changed: 0 additions & 19 deletions
This file was deleted.

deny.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ unknown-git = "deny"
4545
[licenses]
4646
# We want really high confidence when inferring licenses from text
4747
confidence-threshold = 0.93
48-
allow = ["Apache-2.0", "MIT"]
48+
allow = ["Apache-2.0", "MIT", "Unicode-3.0"]
4949
exceptions = [
5050
# Use exceptions for these as they only have a single user
51-
{ allow = ["Zlib"], crate = "tinyvec" },
52-
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
53-
{ allow = ["OpenSSL"], crate = "ring" },
51+
# { allow = ["Zlib"], crate = "tinyvec" },
52+
# { allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
53+
# { allow = ["OpenSSL"], crate = "ring" },
5454
]
5555

5656
# Sigh

0 commit comments

Comments
 (0)