Skip to content

Commit

Permalink
chore: bump cargo+nix deps for 1.80 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Aug 16, 2024
1 parent a2a67ba commit 552fbbc
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 164 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contributing

## Release process

```sh
# Ensure tests, warning and build goes fine

# Bump version number in Cargo.toml
cargo update # sync the lockfile

git tag v<x.x.x> -m <comment>
```
Loading

0 comments on commit 552fbbc

Please sign in to comment.