Skip to content

Commit

Permalink
ABI 0.0.9 ; tag 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 19, 2024
1 parent df6d5f8 commit 21b9fe5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: "0.8.51"
version: "0.8.52"

- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calcit_http"
version = "0.0.7"
version = "0.0.8"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2021"

Expand All @@ -13,6 +13,6 @@ crate-type = ["dylib"] # Creates dynamic lib
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cirru_edn = "0.6.5"
cirru_edn = "0.6.8"
cirru_parser = "0.1.29"
reqwest = { version = "0.11.20", features = ["blocking"] }
2 changes: 1 addition & 1 deletion calcit.cirru

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

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |fetch)
:configs $ {} (:init-fn |fetch.test/main!) (:reload-fn |fetch.test/reload!) (:version |0.0.7)
:configs $ {} (:init-fn |fetch.test/main!) (:reload-fn |fetch.test/reload!) (:version |0.0.8)
:modules $ []
:entries $ {}
:files $ {}
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct RequestSkeleton {

#[no_mangle]
pub fn abi_version() -> String {
String::from("0.0.8")
String::from("0.0.9")
}

#[no_mangle]
Expand Down

0 comments on commit 21b9fe5

Please sign in to comment.