0.1.4 correct url encoding of query parameters

This commit is contained in:
Aaron Manning
2025-02-09 17:13:25 +11:00
parent fc3c041e0c
commit a205f80bc5
4 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "up-api"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A convenient and easy to use wrapper for the Up Bank API."
license = "MIT OR Apache-2.0"
@ -12,3 +12,4 @@ reqwest = "0.11.11"
url = "2.2.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
urlencoding = "2.1.3"