mirror of
https://codeberg.org/icewind/bitbuffer.git
synced 2026-06-03 08:34:07 +02:00
update repo url
This commit is contained in:
parent
ee93457cc9
commit
cbbe5f6b0b
2 changed files with 7 additions and 7 deletions
|
|
@ -4,10 +4,10 @@ name: Continuous integration
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checks:
|
checks:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://codeberg.org/icewind/attic-action
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- run: nix flake check --keep-going
|
- run: nix flake check --keep-going
|
||||||
|
|
||||||
miri-tests:
|
miri-tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
needs: [checks]
|
needs: [checks]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
["x86_64-unknown-linux-musl", "mips64-unknown-linux-gnuabi64"]
|
["x86_64-unknown-linux-musl", "mips64-unknown-linux-gnuabi64"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://codeberg.org/icewind/attic-action
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
|
|
@ -32,11 +32,11 @@ jobs:
|
||||||
- run: nix run .#miri -- test --target ${{ matrix.target }}
|
- run: nix run .#miri -- test --target ${{ matrix.target }}
|
||||||
|
|
||||||
semver:
|
semver:
|
||||||
runs-on: ubuntu-latest
|
runs-on: nix
|
||||||
needs: checks
|
needs: checks
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://codeberg.org/icewind/attic-action
|
- uses: https://codeberg.org/icewind/attic-action@v1
|
||||||
with:
|
with:
|
||||||
name: ci
|
name: ci
|
||||||
instance: https://cache.icewind.me
|
instance: https://cache.icewind.me
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Reading bit sequences from a byte slice"
|
description = "Reading bit sequences from a byte slice"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/icewind1991/bitbuffer"
|
repository = "https://codeberg.org/icewind/bitbuffer"
|
||||||
rust-version = "1.65.0"
|
rust-version = "1.65.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue