Skip to content

Commit

Permalink
chore(mini-functions): 🔖 v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Dec 23, 2023
1 parent b2dd511 commit ed7ca2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
steps:
- name: Checkout repository 🛎️
id: checkout-repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with: { submodules: true }

- name: Installing Rust 🦀
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name = "mini-functions"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/mini-functions.git"
rust-version = "1.67"
version = "0.0.8"
version = "0.0.9"

[dependencies]
cclm = "0.0.1"
Expand Down

0 comments on commit ed7ca2e

Please sign in to comment.