Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
httpd: Release 0.21.0
Sebastian Martinez committed 4 months ago
commit 8c2f15d6197fc8fafd08930d88ef2252f44847b5
parent 4d062d8
5 files changed +5 -6
modified .tool-versions
@@ -1 +1,2 @@
nodejs 22.12.0
+
rust 1.89
modified radicle-httpd/Cargo.lock
@@ -2086,7 +2086,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.20.0"
+
version = "0.21.0"
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.20.0"
+
version = "0.21.0"
authors = ["cloudhead <cloudhead@radicle.xyz>", "sebastinez <me@sebastinez.dev>"]
edition = "2021"
default-run = "radicle-httpd"
modified radicle-httpd/rust-toolchain
@@ -1,3 +1 @@
-
[toolchain]
-
channel = "1.87.0"
-
components = ["clippy", "rustfmt"]
+
1.89.0
modified radicle-httpd/src/lib.rs
@@ -18,7 +18,7 @@ use axum::routing::get;
use axum::{middleware, Json, Router};
use axum_listener::{DualAddr, DualListener};
use hyper::body::Body as _;
-
use hyper::header::{CONTENT_TYPE, FORWARDED};
+
use hyper::header::CONTENT_TYPE;
use hyper::Method;
use tower_http::cors;
use tower_http::cors::CorsLayer;