Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHallowell committed Oct 15, 2023
1 parent 569240b commit 52a39b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[package]
name = "cmajor"
description = ""
version = "0.1.0"
description = "Rust bindings for the Cmajor JIT engine."
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
bincode = "1.3.3"
Expand All @@ -17,4 +18,4 @@ thiserror = "1.0.48"

[dev-dependencies]
cpal = "0.15.2"
assert_no_alloc = "1.1.2"
assert_no_alloc = "1.1.2"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
cmajor = "0.1"
cmajor = "0.2"
```

You will also need to [download the Cmajor library](https://github.com/SoundStacks/cmajor/releases) and tell the crate
Expand Down

0 comments on commit 52a39b1

Please sign in to comment.