Skip to content

Commit e0737c5

Browse files
committed
fix: Fix version in rustdoc comment
1 parent 6f7216c commit e0737c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//!
3939
//! First add this to your `Cargo.toml` file:
4040
//! ```toml
41-
//! skytable = "0.1.0"
41+
//! skytable = "0.2.2"
4242
//! ```
4343
//! Now open up your `src/main.rs` file and establish a connection to the server:
4444
//! ```ignore

0 commit comments

Comments
 (0)