File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0"
99name = " skytable"
1010readme = " README.md"
1111repository = " https://github.com/skytable/client-rust"
12- version = " 0.7.4 "
12+ version = " 0.7.5 "
1313
1414# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ cargo new skyapp
3535First add this to your ` Cargo.toml ` file:
3636
3737``` toml
38- skytable = " 0.7.4 "
38+ skytable = " 0.7.5 "
3939```
4040
4141Now open up your ` src/main.rs ` file and establish a connection to the server while also adding some
Original file line number Diff line number Diff line change 3737//! First add this to your `Cargo.toml` file:
3838//!
3939//! ```toml
40- //! skytable = "0.7.4 "
40+ //! skytable = "0.7.5 "
4141//! ```
4242//!
4343//! Now open up your `src/main.rs` file and establish a connection to the server while also adding some
You can’t perform that action at this time.
0 commit comments