summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipfs-api/src/client/from_uri.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/client/from_uri.rs b/ipfs-api/src/client/from_uri.rs
index 8d22f41..be51cd8 100644
--- a/ipfs-api/src/client/from_uri.rs
+++ b/ipfs-api/src/client/from_uri.rs
@@ -13,7 +13,7 @@ use std::{
str::FromStr,
};
-const VERSION_PATH_V0: &'static str = "/api/v0";
+const VERSION_PATH_V0: &str = "/api/v0";
/// Builds the base url path for the Ipfs api.
///