diff --git a/Cargo.toml b/Cargo.toml index 694fb07..a602e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "colink" -version = "0.3.9" +version = "0.3.10" edition = "2021" description = "CoLink Rust SDK" license = "MIT" diff --git a/README.md b/README.md index 504d280..f3da4db 100644 --- a/README.md +++ b/README.md @@ -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