Skip to content

Commit dd12fa1

Browse files
committed
release 1.1.0-rc1
1 parent 20ead75 commit dd12fa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v3
2222
with:
2323
repository: stepfunc/rodbus
24-
ref: release/prep-1.1.0
24+
ref: 1.1.0-rc1
2525
- name: Install Rust
2626
uses: actions-rs/toolchain@v1
2727
with:
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v3
6363
with:
6464
repository: stepfunc/rodbus
65-
ref: release/prep-1.1.0
65+
ref: 1.1.0-rc1
6666
- name: Install Rust
6767
uses: actions-rs/toolchain@v1
6868
with:
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v3
108108
with:
109109
repository: stepfunc/rodbus
110-
ref: release/prep-1.1.0
110+
ref: 1.1.0-rc1
111111
- name: Download compiled FFI
112112
uses: actions/download-artifact@v2
113113
with:

0 commit comments

Comments
 (0)