Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
quantities@0.13.2

Generated by cargo-workspaces
  • Loading branch information
mamrhein committed Jul 27, 2024
1 parent 95be766 commit 184518a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: ⬇️ checkout repository
Expand All @@ -27,6 +27,10 @@ jobs:
needs: check
runs-on: ubuntu-latest
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@v1.3.1
with:
tool-cache: true
- name: ⬇️ checkout repository
uses: actions/checkout@v3
- name: 🛠 setup cargo toolchain
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quantities"
version = "0.13.1"
version = "0.13.2"
edition = "2021"
authors = ["Michael Amrhein <michael@adrhinum.de>"]
description = "Unit-safe computations with quantities."
Expand Down

0 comments on commit 184518a

Please sign in to comment.