Skip to content

Commit 8ed6bc6

Browse files
authored
Merge pull request #3 from rtk-rs/first_release
First release
2 parents ee954ca + 05c3cf0 commit 8ed6bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = ["dep:log"]
2626

2727
[dependencies]
2828
thiserror = "2"
29-
base64 = "0.21"
29+
base64 = "0.22"
3030
rtcm-rs = "0.11"
3131
log = { version = "0.4", optional = true }
3232
tokio = { version = "1.45.0", features = ["full"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Getting started
2020
===============
2121

2222
```toml
23-
ntrip-client = "0.1"
23+
ntrip-client = "0.0.1"
2424
```
2525

2626
```rust

0 commit comments

Comments
 (0)