···20202121```toml
2222[dependencies]
2323-tapped = "0.2"
2323+tapped = "0.3"
2424```
25252626You'll also need the `tap` binary. Build it from the [indigo repository](https://github.com/bluesky-social/indigo):
+1-1
tapped/Cargo.toml
···11[package]
22name = "tapped"
33-version = "0.2.0"
33+version = "0.3.0"
44edition = "2021"
55description = "Rust wrapper for the tap ATProto utility"
66license = "MIT"