Merge branch 'v4' into 'next'

Bump version to 0.4

See merge request famedly/conduit!368
This commit is contained in:
Timo Kösters 2022-06-23 07:07:44 +00:00
commit e8cd85fee4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -406,7 +406,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "conduit"
version = "0.3.0-next"
version = "0.4.0"
dependencies = [
"axum",
"axum-server",

View file

@ -6,7 +6,7 @@ authors = ["timokoesters <timo@koesters.xyz>"]
homepage = "https://conduit.rs"
repository = "https://gitlab.com/famedly/conduit"
readme = "README.md"
version = "0.3.0-next"
version = "0.4.0"
rust-version = "1.56"
edition = "2021"