Codebase list rust-stfu8 / d06a1d3
strum: update version kpcyrd 3 years ago
4 changed file(s) with 9 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 rust-strum (0.18.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-strum (0.19.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package strum 0.18.0 from crates.io using debcargo 2.4.2
2 * Package strum 0.19.2 from crates.io using debcargo 2.4.3
33
4 -- kpcyrd <git@rxv.cc> Mon, 15 Jun 2020 01:29:39 +0200
4 -- kpcyrd <git@rxv.cc> Sat, 03 Oct 2020 22:08:17 +0200
55
66 rust-strum (0.15.0-2) unstable; urgency=medium
77
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: strum
22 Upstream-Contact: Peter Glotfelty <peter.glotfelty@microsoft.com>
3 Source: https://github.com/Peternator7/strum
34
45 Files: *
56 Copyright: 2017-2020 Peter Glotfelty <peter.glotfelty@microsoft.com>
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: strum
22 Upstream-Contact: Peter Glotfelty <peter.glotfelty@microsoft.com>
3 Source: https://github.com/Peternator7/strum
34
45 Files: *
56 Copyright: FIXME (overlay) UNKNOWN-YEARS Peter Glotfelty <peter.glotfelty@microsoft.com>
00 --- a/Cargo.toml
11 +++ b/Cargo.toml
2 @@ -23,11 +23,10 @@
3 license = "MIT"
2 @@ -24,11 +24,10 @@
3 repository = "https://github.com/Peternator7/strum"
44 [dependencies.strum_macros]
5 version = "0.18.0"
5 version = "0.19.2"
66 -optional = true
77 [dev-dependencies.strum_macros]
8 version = "0.18.0"
8 version = "0.19.2"
99
1010 [features]
1111 -derive = ["strum_macros"]