diff options
author | Cara Salter <cara@devcara.com> | 2022-07-09 22:27:43 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-07-09 22:32:40 -0400 |
commit | f4895ad4ee10545fb3ba6722f9559a3ae37300ef (patch) | |
tree | 0edf096e38d66698f96ab008e2853807857a4a97 /Cargo.toml | |
parent | ec087f3d08f5861b6ffcce00a632858a57c86d31 (diff) | |
download | solarlib-1.6.0.tar.gz solarlib-1.6.0.zip |
colony: Initial cloud-init support1.6.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "solarlib" -version = "1.5.0" +version = "1.6.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,6 +15,7 @@ thiserror = "1" rand = "0.8" mac_address = "1" +ulid = { version = "0.6.0", features = ["serde"] } [dependencies.serde] version = "1" |