Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stneng committed May 30, 2023
1 parent 03803ca commit 92a3d78
Show file tree
Hide file tree
Showing 2 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
@@ -1,6 +1,6 @@
[package]
name = "colink"
version = "0.3.9"
version = "0.3.10"
edition = "2021"
description = "CoLink Rust SDK"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ CoLink SDK helps both application and protocol developers access the functionali
Add this to your Cargo.toml:
```toml
[dependencies]
colink = "0.3.9"
colink = "0.3.10"
```

Enable more features in your Cargo.toml
```
# if you use storage macro dbc
colink = { version = "0.3.9", features = ["storage_macro_dbc"] }
colink = { version = "0.3.10", features = ["storage_macro_dbc"] }
```

## Getting Started
Expand Down

0 comments on commit 92a3d78

Please sign in to comment.