Skip to content

Commit

Permalink
Merge pull request #651 from SteveL-MSFT/version-3.0.0
Browse files Browse the repository at this point in the history
Version 3.0.0
  • Loading branch information
SteveL-MSFT authored Feb 18, 2025
2 parents fd13063 + 26bf0c1 commit db73956
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ "main" ]
branches: [ "main", "v3.0.0" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "v3.0.0" ]
paths-ignore:
- "docs/**"
- "*.md"
Expand Down
2 changes: 1 addition & 1 deletion dsc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsc"
version = "3.0.0-rc.1"
version = "3.0.0"
edition = "2021"

[profile.release]
Expand Down

0 comments on commit db73956

Please sign in to comment.