Skip to content

Commit 4b9940c

Browse files
committed
Release minislang v0.2
1 parent 8921e2b commit 4b9940c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/minislang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "minislang"
33
authors = ["Sébastien Crozet <[email protected]>"]
44
description = "Small wrapper around the shader-slang binding"
55
repository = "https://github.com/dimforge/slang-hal"
6-
version = "0.1.0"
6+
version = "0.2.0"
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99

crates/slang-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ futures = { workspace = true }
2525
async-trait = "0.1"
2626
include_dir = "0.7"
2727

28-
minislang = { version = "0.1", path = "../minislang" }
28+
minislang = { version = "0.2", path = "../minislang" }
2929
slang-hal-derive = { version = "0.2", path = "../slang-hal-derive", optional = true }
3030
dashmap = "5"
3131
regex = "1"

0 commit comments

Comments
 (0)