Skip to content

Commit

Permalink
Update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmunns committed Feb 3, 2025
1 parent b77497c commit 4f84d8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/src/tutorial/104-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ cargo add tokio --features=macros,rt-multi-thread,time
...
$ cargo add poststation-sdk
Updating crates.io index
Adding poststation-sdk v0.4.0 to dependencies
Adding poststation-sdk v0.4.1 to dependencies
...
$ cargo add serde_json
Updating crates.io index
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/poststation-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "poststation-sdk"
# This version of the SDK tested with poststation v0.14.0
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["James Munns <[email protected]>"]
description = "An API SDK for poststation"
Expand Down

0 comments on commit 4f84d8e

Please sign in to comment.