Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Update `radicle-surf`
xphoniex committed 3 years ago
commit b28b25c00fb7d2b3262dceaffaeb4ce45933b87e
parent 932d8d2ed8dea6a9431b3f269e001db2185784ba
2 files changed +3 -2
modified radicle-httpd/Cargo.toml
@@ -40,7 +40,7 @@ version = "0.2.0"
[dependencies.radicle-surf]
git = "https://github.com/radicle-dev/radicle-git"
features = ["serde"]
-
rev = "016ece66474edf45d2d304141515152e6f7b37a3"
+
rev = "48022590d0439e7fb196605a573a725bbbf0e4d2"

[dev-dependencies]
hyper = { version = "0.14.17", default-features = false, features = ["client"] }
modified radicle-httpd/src/api/json.rs
@@ -4,7 +4,8 @@ use std::path::Path;

use serde_json::{json, Value};

-
use radicle_surf::object::{Blob, Tree};
+
use radicle_surf::blob::Blob;
+
use radicle_surf::tree::Tree;
use radicle_surf::{Commit, Stats};

/// Returns JSON of a commit.