Skip to content

Commit 467e977

Browse files
committed
feat: 添加对 pull_request 事件的支持,更新 release-plz.yml
1 parent 0527b8e commit 467e977

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-plz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
pull_request:
78

89
jobs:
910
release-plz-release:

interface/rdif-block/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ version = "0.6.0"
1111

1212
[dependencies]
1313
cfg-if = "1.0"
14-
dma-api = {path = "/home/zhourui/opensource/dma-api", features = ["alloc"]}
14+
dma-api = {version = "0.5", features = ["alloc"]}
1515
futures = {version = "0.3", features = ["alloc"], default-features = false}
1616
rdif-base = {workspace = true}
17-
thiserror = {version = "2", default-features = false}
1817
spin_on = "0.1"
18+
thiserror = {version = "2", default-features = false}
1919

2020
[dev-dependencies]
2121
tokio = {version = "1", features = ["full"]}

0 commit comments

Comments
 (0)