Skip to content

Commit f8dc04a

Browse files
committed
add v0.9 backport branch
1 parent a4570af commit f8dc04a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ concurrency:
66

77
on:
88
pull_request:
9+
branches:
10+
- main
11+
- v0.9
12+
push:
13+
branches:
14+
- main
15+
- v0.9
916

1017
jobs:
1118
test:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[workspace.package]
99
authors = ["Antonio Yang <[email protected]>"]
10-
version = "0.9.4"
10+
version = "0.9.5"
1111
edition = "2021"
1212
categories = ["development-tools"]
1313
keywords = ["struct", "patch", "macro", "derive", "overlay"]

0 commit comments

Comments
 (0)