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.
0.15
generate-copyright
1 parent 732e5ca commit 200d08dCopy full SHA for 200d08d
Cargo.lock
@@ -1566,7 +1566,7 @@ name = "generate-copyright"
1566
version = "0.1.0"
1567
dependencies = [
1568
"anyhow",
1569
- "askama 0.14.0",
+ "askama 0.15.0",
1570
"cargo_metadata 0.21.0",
1571
"serde",
1572
"serde_json",
src/tools/generate-copyright/Cargo.toml
@@ -8,7 +8,7 @@ description = "Produces a manifest of all the copyrighted materials in the Rust
8
9
[dependencies]
10
anyhow = "1.0.65"
11
-askama = "0.14.0"
+askama = "0.15.0"
12
cargo_metadata = "0.21"
13
serde = { version = "1.0.147", features = ["derive"] }
14
serde_json = "1.0.85"
0 commit comments