From 550295e0906e7ea874b3b2c35fb17519b429369c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 3 Nov 2021 21:08:23 +0100 Subject: driver: store multiple recipe with the same ID, select highest version number We are using the Debian version number scheme for comparision. --- crates/driver/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/driver/Cargo.toml') diff --git a/crates/driver/Cargo.toml b/crates/driver/Cargo.toml index 215c451..36afe9f 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -12,6 +12,7 @@ common = { path = "../common", package = "rebel-common" } runner = { path = "../runner", package = "rebel-runner" } clap = "3.0.0-beta.2" +deb-version = "0.1.1" enum-kinds = "0.5.1" handlebars = "4.1.3" indoc = "1.0.3" -- cgit v1.2.3