Skip to content

Commit

Permalink
fix(Cargo.lock): update Rust version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowApex committed Sep 29, 2024
1 parent bc99b74 commit 0cdc02c
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 293 deletions.
10 changes: 5 additions & 5 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ plugins:
# numReplacements: 1
#countMatches: true

# Execute commands to build the project
- - "@semantic-release/exec"
- shell: true
prepareCmd: "make in-docker TARGET='dist'"

# Commit the following changes to git after other plugins have run
- - "@semantic-release/git"
- assets:
- Cargo.toml
- Cargo.lock

# Execute commands to build the project
- - "@semantic-release/exec"
- shell: true
prepareCmd: "make in-docker TARGET='dist'"

# Publish artifacts as a GitHub release
- - "@semantic-release/github"
- assets:
Expand Down
Loading

0 comments on commit 0cdc02c

Please sign in to comment.