Skip to content

Commit 53ff8b1

Browse files
committed
Bump version to 0.7.5
1 parent e986fe6 commit 53ff8b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "skytable"
1010
readme = "README.md"
1111
repository = "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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cargo new skyapp
3535
First add this to your `Cargo.toml` file:
3636

3737
```toml
38-
skytable = "0.7.4"
38+
skytable = "0.7.5"
3939
```
4040

4141
Now open up your `src/main.rs` file and establish a connection to the server while also adding some

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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

0 commit comments

Comments
 (0)