Skip to content

Commit adf7e92

Browse files
authored
feat: re-export Url in starknet-providers (#519)
This type is needed to initialize a JSON-RPC client. Having this type re-exported makes it eaiser to use, as applications would not have to import the `url` crate themselves nor worry about the version.
1 parent 96c6803 commit adf7e92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

starknet-providers/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ pub use jsonrpc::JsonRpcClient;
1313

1414
mod any;
1515
pub use any::AnyProvider;
16+
17+
// Re-export
18+
pub use url::Url;

0 commit comments

Comments
 (0)