Browse Source

chore(release): 0.10.3

merge-requests/762/head v0.10.3
Matthias Ahouansou 10 months ago
parent
commit
ff7b2af80d
No known key found for this signature in database
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -460,7 +460,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]] [[package]]
name = "conduit" name = "conduit"
version = "0.10.2" version = "0.10.3"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"axum", "axum",

2
Cargo.toml

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

Loading…
Cancel
Save