radicle: fix schemars imports
There were some locations where schemars was being used without hiding it
behind the feature flag.
2 files changed
+13
-11
1a67ac18
→
17139b7e
modified radicle/src/node/config.rs
@@ -298,15 +298,17 @@ impl Default for RateLimits {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/web.rs
@@ -1,5 +1,4 @@
|
|
| - | |
|
|
|
|
|
@@ -30,7 +29,8 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|