radicle: fix build when schemars feature is not enabled
1 passed
1 failed
(2 total)
View logs
modified radicle/src/node/config.rs
@@ -298,7 +298,7 @@ impl Default for RateLimits {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -307,7 +307,7 @@ pub struct ConnectAddress(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/web.rs
@@ -1,5 +1,4 @@
|
|
| - | |
|
|
|
|
|
@@ -30,8 +29,9 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|