Skip to content

Commit

Permalink
Merge pull request #13 from calcit-lang/update
Browse files Browse the repository at this point in the history
ABI change to 0.0.8
  • Loading branch information
NoEgAm authored May 20, 2024
2 parents 5b7f3fe + 6da919c commit e55c4a8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 281 deletions.
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_wss"
version = "0.2.3"
version = "0.2.5"
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.3"
cirru_edn = "0.6.5"
lazy_static = "1.4.0"
simple-websockets = "0.1.6"
276 changes: 2 additions & 274 deletions calcit.cirru

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

3 changes: 2 additions & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

{} (:package |wss)
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.1)
:configs $ {} (:init-fn |wss.test/main!) (:reload-fn |wss.test/reload!) (:version |0.2.5)
:modules $ []
:entries $ {}
:demo $ {} (:init-fn |wss.test/demo!) (:port 6001) (:reload-fn |wss.test/reload!)
:files $ {}
|wss.core $ %{} :FileEntry
:defs $ {}
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static! {

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

#[no_mangle]
Expand Down

0 comments on commit e55c4a8

Please sign in to comment.