File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " cmd"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " continuous test"
55repository = " https://github.com/basjoofan/core"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " lib"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " basjoofan library"
55repository = " https://github.com/basjoofan/core"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ mod url;
1414use error:: Error ;
1515pub use header:: Headers ;
1616pub use time:: Time ;
17+ pub use url:: Serializer ;
1718pub use url:: Url ;
1819
1920use super :: Parser ;
2021use super :: Source ;
2122use super :: Value ;
2223use std:: collections:: HashMap ;
23- use url:: Serializer ;
2424
2525pub struct Client {
2626 #[ cfg( not( target_arch = "wasm32" ) ) ]
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ use value::Value;
1717
1818pub use context:: Context ;
1919pub use context:: Record ;
20+ pub use http:: Serializer ;
2021pub use parser:: Parser ;
2122pub use stat:: Stats ;
2223pub use syntax:: Source ;
You can’t perform that action at this time.
0 commit comments