Browse Source

chore: bump version to 0.9.0-alpha

merge-requests/347/merge
Matthias Ahouansou 2 years ago
parent
commit
ba1138aaa3
No known key found for this signature in database
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -487,7 +487,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "conduit"
version = "0.8.0"
version = "0.9.0-alpha"
dependencies = [
"async-trait",
"axum 0.7.5",

2
Cargo.toml

@ -16,7 +16,7 @@ license = "Apache-2.0"
name = "conduit"
readme = "README.md"
repository = "https://gitlab.com/famedly/conduit"
version = "0.8.0"
version = "0.9.0-alpha"
# See also `rust-toolchain.toml`
rust-version = "1.78.0"

Loading…
Cancel
Save