Skip to content

Commit

Permalink
bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrusha committed Aug 16, 2023
1 parent b47fb46 commit 2924ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jwt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowflake-jwt"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Snowflake JWT token generator"
authors = ["Andrew Korzhuev <korzhuev@andrusha.me>", "Artem Semenov <hi@artps.org>"]
Expand Down
4 changes: 2 additions & 2 deletions snowflake-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "snowflake-api"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Snowflake API bindings"
authors = ["Andrew Korzhuev <korzhuev@andrusha.me>"]
Expand All @@ -13,7 +13,7 @@ license = "Apache-2.0"

[dependencies]
thiserror = "1"
snowflake-jwt = "0.1.0"
snowflake-jwt = "0.1.1"
reqwest = { version = "0.11", features = ["json"] }
log = "0.4"
serde_json = "1"
Expand Down

0 comments on commit 2924ca2

Please sign in to comment.