Codebase list rust-stfu8 / 80a785d
Update string_cache_codegen kpcyrd 4 years ago
5 changed file(s) with 26 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-string-cache-codegen (0.4.2-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Patch quote and proc-macro2 to 1.0
3
4 -- kpcyrd <git@rxv.cc> Sun, 8 Sep 2019 04:50:49 +0200
5
06 rust-string-cache-codegen (0.4.2-1) unstable; urgency=medium
17
28 * Package string_cache_codegen 0.4.2 from crates.io using debcargo 2.2.8
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 kpcyrd <git@rxv.cc>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 kpcyrd <git@rxv.cc>
1313 License: MIT or Apache-2.0
1414
1515 License: Apache-2.0
2020
2121 Files: debian/*
2222 Copyright:
23 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018 kpcyrd <git@rxv.cc>
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 kpcyrd <git@rxv.cc>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -29,10 +29,10 @@
3 version = "0.7.4"
4
5 [dependencies.proc-macro2]
6 -version = "0.4"
7 +version = "1.0"
8
9 [dependencies.quote]
10 -version = "0.6"
11 +version = "1.0"
12
13 [dependencies.string_cache_shared]
14 version = "0.3"