Skip to content

Commit

Permalink
Bump version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed May 24, 2023
1 parent e986fe6 commit 53ff8b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
name = "skytable"
readme = "README.md"
repository = "https://github.com/skytable/client-rust"
version = "0.7.4"
version = "0.7.5"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cargo new skyapp
First add this to your `Cargo.toml` file:

```toml
skytable = "0.7.4"
skytable = "0.7.5"
```

Now open up your `src/main.rs` file and establish a connection to the server while also adding some
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! First add this to your `Cargo.toml` file:
//!
//! ```toml
//! skytable = "0.7.4"
//! skytable = "0.7.5"
//! ```
//!
//! Now open up your `src/main.rs` file and establish a connection to the server while also adding some
Expand Down

0 comments on commit 53ff8b1

Please sign in to comment.