File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
15
15
16
16
- uses : supplypike/setup-bin@v3
17
17
with :
18
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2 /cr'
18
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3 /cr'
19
19
name : ' cr'
20
- version : ' 0.8.0-a2 '
20
+ version : ' 0.8.0-a3 '
21
21
22
22
- uses : supplypike/setup-bin@v3
23
23
with :
24
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2 /caps'
24
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3 /caps'
25
25
name : ' caps'
26
- version : ' 0.8.0-a2 '
26
+ version : ' 0.8.0-a3 '
27
27
28
28
- uses : dtolnay/rust-toolchain@stable
29
29
with :
Original file line number Diff line number Diff line change 1
1
2
2
{} ( :package |http )
3
- :configs $ {} ( :init-fn |http.test/main! ) ( :reload-fn |http.test/reload! ) ( :version |0.2 .0 )
3
+ :configs $ {} ( :init-fn |http.test/main! ) ( :reload-fn |http.test/reload! ) ( :version |0.3 .0 )
4
4
:modules $ []
5
5
:entries $ {}
6
6
:server $ {} ( :init-fn |http.test/demo-server! ) ( :reload-fn |http.test/reload! )
7
7
:modules $ []
8
8
:files $ {}
9
- |http.core $ {}
9
+ |http.core $ %{} :FileEntry
10
10
:defs $ {}
11
11
|serve-http! $ %{} :CodeEntry ( :doc | )
12
12
:code $ quote
17
17
ns http.core $ :require
18
18
http.$meta :refer $ calcit-dirname
19
19
http.util :refer $ get-dylib-path
20
- |http.test $ {}
20
+ |http.test $ %{} :FileEntry
21
21
:defs $ {}
22
22
|demo-server! $ %{} :CodeEntry ( :doc | )
23
23
:code $ quote
49
49
ns http.test $ :require
50
50
http.core :refer $ serve-http!
51
51
http.$meta :refer $ calcit-dirname calcit-filename
52
- |http.util $ {}
52
+ |http.util $ %{} :FileEntry
53
53
:defs $ {}
54
54
|get-dylib-ext $ %{} :CodeEntry ( :doc | )
55
55
:code $ quote
You can’t perform that action at this time.
0 commit comments