summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-11-03 21:08:23 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-11-03 22:21:53 +0100
commit550295e0906e7ea874b3b2c35fb17519b429369c (patch)
tree72b22a201526ceba47a69e6ade09fe2f5cd1dd68 /Cargo.lock
parented31f842d6fc892120117b22d9bfcc13745e16bc (diff)
downloadrebel-550295e0906e7ea874b3b2c35fb17519b429369c.tar
rebel-550295e0906e7ea874b3b2c35fb17519b429369c.zip
driver: store multiple recipe with the same ID, select highest version number
We are using the Debian version number scheme for comparision.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3a8373c..fffbaf8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -173,6 +173,12 @@ dependencies = [
]
[[package]]
+name = "deb-version"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "b390250ca2b6862735ef39a7b37b0266a8d5cd9d1e579260c95b1dc27761d6ad"
+
+[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -499,6 +505,7 @@ name = "rebel"
version = "0.1.0"
dependencies = [
"clap",
+ "deb-version",
"enum-kinds",
"handlebars",
"indoc",