File tree 3 files changed +7
-3
lines changed 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches : ["main"]
9
9
10
+ concurrency :
11
+ group : ${{ github.workflow }}-${{ github.ref }}
12
+ cancel-in-progress : true
13
+
10
14
env :
11
15
RUST_BACKTRACE : 1
12
16
@@ -120,7 +124,7 @@ jobs:
120
124
strategy :
121
125
fail-fast : false
122
126
matrix :
123
- msrv : [' 1.56.0' ]
127
+ msrv : [" 1.56.0" ]
124
128
os :
125
129
- ubuntu
126
130
- macOS
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ All user visible changes to `cucumber-expressions` crate will be documented in t
6
6
7
7
8
8
9
- ## [ 0.1.2] · 2022-01-??
9
+ ## [ 0.1.2] · 2022-01-11
10
10
[ 0.1.2 ] : /../../tree/v0.1.2
11
11
12
12
[ Diff] ( /../../compare/v0.1.1...v0.1.2 ) | [ Milestone] ( /../../milestone/3 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cucumber-expressions"
3
- version = " 0.1.1 "
3
+ version = " 0.1.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.56"
6
6
description = " Cucumber Expressions AST and parser."
You can’t perform that action at this time.
0 commit comments