Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Oct 18, 2022
1 parent 77a27e9 commit 6adfacd
Show file tree
Hide file tree
Showing 10 changed files with 335 additions and 1,365 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fragile"
version = "2.0.0"
version = "1.2.2"
license = "Apache-2.0"
description = "Provides wrapper types for sending non-send values to other threads."
readme = "README.md"
Expand All @@ -10,5 +10,8 @@ homepage = "https://github.com/mitsuhiko/fragile"
keywords = ["send", "cell", "non-send", "send-wrapper", "failure"]
edition = "2018"

[features]
slab = ["new_fragile/slab"]

[dependencies]
slab = { version = "0.4.5", optional = true }
new_fragile = { package = "fragile", version = "2.0.0" }
18 changes: 0 additions & 18 deletions examples/basic-fragile.rs

This file was deleted.

21 changes: 0 additions & 21 deletions examples/basic-sticky.rs

This file was deleted.

14 changes: 0 additions & 14 deletions src/errors.rs

This file was deleted.

Loading

0 comments on commit 6adfacd

Please sign in to comment.