File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT"
1010name = " remotefs-kube"
1111readme = " README.md"
1212repository = " https://github.com/remotefs-rs/remotefs-rs-kube"
13- version = " 0.3 .0"
13+ version = " 0.4 .0"
1414
1515[dependencies ]
1616chrono = " ^0.4"
Original file line number Diff line number Diff line change 77<p align =" center " >~ Remotefs kube client ~</p >
88
99<p align =" center " >Developed by <a href =" https://veeso.github.io/ " target =" _blank " >@veeso</a ></p >
10- <p align =" center " >Current version: 0.3 .0 (29/09/2024)</p >
10+ <p align =" center " >Current version: 0.4 .0 (29/09/2024)</p >
1111
1212<p align =" center " >
1313 <a href="https://opensource.org/licenses/MIT "
@@ -48,8 +48,8 @@ remotefs client implementation for Kube.
4848First of all you need to add ** remotefs** and the client to your project dependencies:
4949
5050``` toml
51- remotefs = " ^0.2 "
52- remotefs-kube = " ^0.3 "
51+ remotefs = " ^0.3 "
52+ remotefs-kube = " ^0.4 "
5353```
5454
5555these features are supported:
Original file line number Diff line number Diff line change 44
55//! # remotefs-kube
66//!
7- //! remotefs-kube is a client implementation for [remotefs](https://github.com/veeso /remotefs-rs), providing support for the Kube API protocol.
7+ //! remotefs-kube is a client implementation for [remotefs](https://github.com/remotefs-rs /remotefs-rs), providing support for the Kube API protocol.
88//!
99//! ## Get started
1010//!
1111//! First of all you need to add **remotefs** and the client to your project dependencies:
1212//!
1313//! ```toml
14- //! remotefs = "^0.2 "
15- //! remotefs-kube = "^0.3 "
14+ //! remotefs = "^0.3 "
15+ //! remotefs-kube = "^0.4 "
1616//! ```
1717//!
1818//! these features are supported:
You can’t perform that action at this time.
0 commit comments