We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee954ca + 05c3cf0 commit 8ed6bc6Copy full SHA for 8ed6bc6
Cargo.toml
@@ -26,7 +26,7 @@ log = ["dep:log"]
26
27
[dependencies]
28
thiserror = "2"
29
-base64 = "0.21"
+base64 = "0.22"
30
rtcm-rs = "0.11"
31
log = { version = "0.4", optional = true }
32
tokio = { version = "1.45.0", features = ["full"] }
README.md
@@ -20,7 +20,7 @@ Getting started
20
===============
21
22
```toml
23
-ntrip-client = "0.1"
+ntrip-client = "0.0.1"
24
```
25
```rust
0 commit comments