File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88 branches : ["main"]
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.ref }}
12+ cancel-in-progress : true
13+
1014env :
1115 RUST_BACKTRACE : 1
1216
@@ -120,7 +124,7 @@ jobs:
120124 strategy :
121125 fail-fast : false
122126 matrix :
123- msrv : [' 1.56.0' ]
127+ msrv : [" 1.56.0" ]
124128 os :
125129 - ubuntu
126130 - 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
66
77
88
9- ## [ 0.1.2] · 2022-01-??
9+ ## [ 0.1.2] · 2022-01-11
1010[ 0.1.2 ] : /../../tree/v0.1.2
1111
1212[ Diff] ( /../../compare/v0.1.1...v0.1.2 ) | [ Milestone] ( /../../milestone/3 )
Original file line number Diff line number Diff line change 11[package ]
22name = " cucumber-expressions"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55rust-version = " 1.56"
66description = " Cucumber Expressions AST and parser."
You can’t perform that action at this time.
0 commit comments