Codebase list rust-stfu8 / 246f189
update tera Sylvestre Ledru 1 year, 8 months ago
4 changed file(s) with 17 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2020
2121 Files: debian/*
2222 Copyright:
23 2021-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2021-2022 Sylvestre Ledru <sylvestre@debian.org>
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Sylvestre Ledru <sylvestre@debian.org>
2525 License: MIT
2626
2727 License: MIT
00 overlay = "."
11 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
2 collapse_features = true
0 Index: tera/Cargo.toml
1 ===================================================================
2 --- tera.orig/Cargo.toml
3 +++ tera/Cargo.toml
4 @@ -35,7 +35,7 @@ license = "MIT"
5 repository = "https://github.com/Keats/tera"
6
7 [dependencies.chrono]
8 -version = "0.4.20"
9 +version = "0.4"
10 features = [
11 "std",
12 "clock",