Skip to content

Commit dbf73de

Browse files
committed
upgrade ABI 0.0.8 ; tag 0.1.3
1 parent ece6155 commit dbf73de

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: calcit-lang/[email protected]
1717
with:
18-
version: "0.8.50"
18+
version: "0.8.51"
1919

2020
- uses: dtolnay/rust-toolchain@stable
2121
with:

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calcit_http"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["jiyinyiyong <[email protected]>"]
55
edition = "2021"
66

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

1515
[dependencies]
16-
cirru_edn = "0.6.3"
16+
cirru_edn = "0.6.5"
1717
cirru_parser = "0.1.29"
1818
tiny_http = "0.12.0"
1919
querystring = "1.1.0"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct ResponseSkeleton {
1616

1717
#[no_mangle]
1818
pub fn abi_version() -> String {
19-
String::from("0.0.7")
19+
String::from("0.0.8")
2020
}
2121

2222
#[no_mangle]

0 commit comments

Comments
 (0)