Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 323 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 323 Bytes

How to update

  1. Update adapter URL and flake

    1. Update adapter URL
    2. Update flake: nix flake update
    3. Commit: build(nix): update adapter to X.Y.Z
  2. (If releasing)

    1. bump the Cargo.toml and Cargo.lock: cargo build
    2. Commit: build: vX.Y.Z
    3. Merge PR
    4. Publish crate: cargo publish