Skip to content

Commit

Permalink
feat: Update dust package version to 1.1.1 (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
  • Loading branch information
jaudiger authored Jul 19, 2024
1 parent 62379a3 commit f5578a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dust/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { cargoBuild } from "rust";

export const project = {
name: "dust",
version: "1.0.0",
version: "1.1.1",
};

const source = std
.download({
url: `https://github.com/bootandy/dust/archive/refs/tags/v${project.version}.tar.gz`,
hash: std.sha256Hash(
"34b72116ab6db9bdb97bc1e49dadf392a1619838204b44b0a4695539d54ffbe8",
"98cae3e4b32514e51fcc1ed07fdbe6929d4b80942925348cc6e57b308d9c4cb0",
),
})
.unarchive("tar", "gzip")
Expand Down

0 comments on commit f5578a7

Please sign in to comment.