diff options
author | Timo Kösters <timo@koesters.xyz> | 2023-08-10 16:58:47 +0000 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2023-08-10 16:58:47 +0000 |
commit | 4bf8ee1f7481a222efe87235fa400f6cd14ebd11 (patch) | |
tree | a8a8ecddf12f8ea183fc8f9948d8483648b9e187 | |
parent | b7b2eb9d0539016c4ea5f094e1d9ff9ea1bf7d09 (diff) | |
parent | 5d16948030d72b6123890f3e1daf0a0b044efeaf (diff) | |
download | conduit-4bf8ee1f7481a222efe87235fa400f6cd14ebd11.zip |
Merge branch 'nextversion' into 'next'
Bump version to v0.6.0
See merge request famedly/conduit!537
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -363,7 +363,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "conduit" -version = "0.6.0-alpha" +version = "0.6.0" dependencies = [ "async-trait", "axum", @@ -6,7 +6,7 @@ authors = ["timokoesters <timo@koesters.xyz>"] homepage = "https://conduit.rs" repository = "https://gitlab.com/famedly/conduit" readme = "README.md" -version = "0.6.0-alpha" +version = "0.6.0" edition = "2021" # When changing this, make sure to update the `flake.lock` file by running |