Skip to content

Commit

Permalink
Merge pull request #73 from carlos-rian/ci/add-httpx
Browse files Browse the repository at this point in the history
try use 0.1.49 version
  • Loading branch information
carlos-rian authored Oct 29, 2023
2 parents 926887a + 220505c commit c37e867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_version():
if resp.status_code == 200:
break
data: dict = resp.json()
return data["info"]["version"]
return "0.1.48" # data["info"]["version"]


version: str = get_version()
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pysqlx-core"
version = "0.1.47"
version = "0.1.49"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit c37e867

Please sign in to comment.