Skip to content

Commit

Permalink
Publish v0.1.14-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex committed Aug 4, 2022
1 parent e74403e commit 913b17d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "allo-isolate"
version = "0.1.13"
version = "0.1.14-beta.1"
authors = [
"Sunshine Foundation Developers",
"Shady Khalifa <shekohex@gmail.com>",
"Shady Khalifa <dev@shadykhalifa.me>",
]
edition = "2018"
description = "Run Multithreaded Rust along with Dart VM (in isolate)."
Expand All @@ -15,8 +15,8 @@ homepage = "https://github.com/sunshine-protocol/allo-isolate"
license-file = "LICENSE"

[dependencies]
pin-project = { version = "1.0.8", optional = true }
atomic = "0.5"
pin-project = { version = "1.0.8", optional = true }
anyhow = { version = "1.0.58", optional = true }
backtrace = { version = "0.3.66", optional = true }

Expand Down

0 comments on commit 913b17d

Please sign in to comment.