Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update `authors` and bump crate version to 0.18.2
Open did:key:z6MkkfM3...sVz5 opened 11 months ago
2 files changed +4 -4 14f3c6f6 84e2b961
modified radicle-httpd/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-
version = 3
+
version = 4

[[package]]
name = "addr2line"
@@ -1695,7 +1695,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.18.1"
+
version = "0.18.2"
dependencies = [
 "anyhow",
 "axum",
modified radicle-httpd/Cargo.toml
@@ -3,8 +3,8 @@ name = "radicle-httpd"
description = "Radicle HTTP daemon"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"
-
version = "0.18.1"
-
authors = ["cloudhead <cloudhead@radicle.xyz>"]
+
version = "0.18.2"
+
authors = ["cloudhead <cloudhead@radicle.xyz>", "sebastinez <me@sebastinez.dev>"]
edition = "2021"
default-run = "radicle-httpd"
build = "build.rs"