Skip to content

Commit 2b16848

Browse files
committed
This is 0.4.0
1 parent 2c420d9 commit 2b16848

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ unsafe_op_in_unsafe_fn = "warn"
99
needless_borrow = "allow"
1010

1111
[workspace.package]
12-
version = "0.3.0"
12+
version = "0.4.0"
1313
authors = ["Ross MacArthur <ross@macarthur.io>"]
1414
edition = "2021"
1515
readme = "README.md"
@@ -31,8 +31,8 @@ repository.workspace = true
3131
license.workspace = true
3232

3333
[dependencies]
34-
stride = { version = "0.3.0", path = "crates/stride" }
35-
vectrix-macro = { version = "0.3.0", path = "crates/macro", optional = true }
34+
stride = { version = "0.4.0", path = "crates/stride" }
35+
vectrix-macro = { version = "0.4.0", path = "crates/macro", optional = true }
3636

3737
[dev-dependencies]
3838
criterion = "0.4.0"

0 commit comments

Comments
 (0)