Browse Source

Bump version to v0.7.0

merge-requests/582/merge
Timo Kösters 2 years ago
parent
commit
a854a46c24
No known key found for this signature in database
GPG Key ID: B25E636FBA7E4CB
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -377,7 +377,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "conduit"
version = "0.7.0-alpha"
version = "0.7.0"
dependencies = [
"async-trait",
"axum",

2
Cargo.toml

@ -17,7 +17,7 @@ authors = ["timokoesters <timo@koesters.xyz>"]
homepage = "https://conduit.rs"
repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.7.0-alpha"
version = "0.7.0"
edition = "2021"
# See also `rust-toolchain.toml`

Loading…
Cancel
Save