We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c63df commit 77ea752Copy full SHA for 77ea752
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "colink"
3
-version = "0.3.6"
+version = "0.3.7"
4
edition = "2021"
5
description = "CoLink Rust SDK"
6
license = "MIT"
README.md
@@ -9,7 +9,7 @@ CoLink SDK helps both application and protocol developers access the functionali
9
Add this to your Cargo.toml:
10
```toml
11
[dependencies]
12
-colink = "0.3.6"
+colink = "0.3.7"
13
```
14
15
## Getting Started
0 commit comments