Merge branch 'bump' into 'next'

Bump version

See merge request famedly/conduit!722
This commit is contained in:
Timo Kösters 2024-10-06 14:17:22 +00:00
commit f8d7ef04e6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

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

View file

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