Skip to content

Commit 3562d88

Browse files
authored
Merge pull request #871 from SteveL-MSFT/ver-v3.2-preview.1
Update version to 3.2-preview.1 and enable CI in release branches
2 parents 6de789d + ad4effa commit 3562d88

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "main", "release/v3.0.0", "release/v3.1" ]
88
paths-ignore:
99
- "docs/**"
1010
- "*.md"

dsc/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dsc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsc"
3-
version = "3.1.0-preview.7"
3+
version = "3.2.0-preview.1"
44
edition = "2021"
55

66
[profile.release]

0 commit comments

Comments
 (0)