Skip to content

Commit 3289d89

Browse files
committed
upgrade hyper; tag 0.0.6
1 parent 7536a9c commit 3289d89

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.0.5"
3+
version = "0.0.6"
44
authors = ["jiyinyiyong <[email protected]>"]
55
edition = "2018"
66

@@ -15,4 +15,4 @@ crate-type = ["dylib"] # Creates dynamic lib
1515
[dependencies]
1616
cirru_edn = "0.2.8"
1717
cirru_parser = "0.1.12"
18-
tiny_http = "0.8"
18+
tiny_http = "0.9"

calcit.cirru

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{} (:package |http)
33
:configs $ {} (:init-fn |http.test/main!) (:reload-fn |http.test/reload!)
44
:modules $ []
5-
:version |0.0.5
5+
:version |0.0.6
66
:files $ {}
77
|http.core $ {}
88
:ns $ quote

0 commit comments

Comments
 (0)