Rust wrapper for the ATProto tap utility

Bump version to 0.3.0

+3 -3
+1 -1
Cargo.lock
··· 2590 2590 2591 2591 [[package]] 2592 2592 name = "tapped" 2593 - version = "0.2.0" 2593 + version = "0.3.0" 2594 2594 dependencies = [ 2595 2595 "base64", 2596 2596 "futures-util",
+1 -1
README.md
··· 20 20 21 21 ```toml 22 22 [dependencies] 23 - tapped = "0.2" 23 + tapped = "0.3" 24 24 ``` 25 25 26 26 You'll also need the `tap` binary. Build it from the [indigo repository](https://github.com/bluesky-social/indigo):
+1 -1
tapped/Cargo.toml
··· 1 1 [package] 2 2 name = "tapped" 3 - version = "0.2.0" 3 + version = "0.3.0" 4 4 edition = "2021" 5 5 description = "Rust wrapper for the tap ATProto utility" 6 6 license = "MIT"