Skip to content

Commit aba66bd

Browse files
committed
upgrade edn; bump 0.0.3
1 parent 88e9f05 commit aba66bd

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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_wss"
3-
version = "0.0.2"
3+
version = "0.0.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.2.8"
16+
cirru_edn = "0.2.9"
1717
lazy_static = "1.4.0"
1818
simple-websockets = "0.1.3"
1919

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ lazy_static! {
1111

1212
#[no_mangle]
1313
pub fn abi_version() -> String {
14-
String::from("0.0.5")
14+
String::from("0.0.6")
1515
}
1616

1717
#[no_mangle]

0 commit comments

Comments
 (0)