Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
httpd: Release 0.19.1
Sebastian Martinez committed 10 months ago
commit f54222326a18fa5202ecdc57b1c326c8657f60e4
parent 915fdc3
4 files changed +4 -4
modified radicle-httpd/Cargo.lock
@@ -1708,7 +1708,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.19.0"
+
version = "0.19.1"
dependencies = [
 "anyhow",
 "axum",
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
description = "Radicle HTTP daemon"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"
-
version = "0.19.0"
+
version = "0.19.1"
authors = ["cloudhead <cloudhead@radicle.xyz>", "sebastinez <me@sebastinez.dev>"]
edition = "2021"
default-run = "radicle-httpd"
modified tests/support/heartwood-release
@@ -1 +1 @@
-
1.2.0
+
1.2.0

\ No newline at end of file
modified tests/support/radicle-httpd-release
@@ -1 +1 @@
-
0.19.0
+
0.19.1

\ No newline at end of file