Skip to content

Commit 4d54f90

Browse files
committed
Release independent packages
[email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
1 parent ba8b102 commit 4d54f90

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

crates/erasable/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "erasable"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -11,6 +11,9 @@ keywords = ["thin","pointer","type","erasure"]
1111
categories = ["data-structures","no-std","rust-patterns"]
1212
license = "MIT OR Apache-2.0"
1313

14+
[package.metadata.workspaces]
15+
independent = true
16+
1417
[badges]
1518
maintenance = { status = "passively-maintained" }
1619

crates/ptr-union/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ptr-union"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -11,6 +11,9 @@ keywords = ["thin","pointer","union","enum"]
1111
categories = ["data-structures","no-std","rust-patterns"]
1212
license = "MIT OR Apache-2.0"
1313

14+
[package.metadata.workspaces]
15+
independent = true
16+
1417
[badges]
1518
maintenance = { status = "passively-maintained" }
1619

crates/rc-borrow/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc-borrow"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -11,6 +11,9 @@ keywords = ["rc","arc","borrow","reference"]
1111
categories = ["data-structures","no-std","rust-patterns"]
1212
license = "MIT OR Apache-2.0"
1313

14+
[package.metadata.workspaces]
15+
independent = true
16+
1417
[badges]
1518
maintenance = { status = "passively-maintained" }
1619

crates/rc-box/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc-box"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -11,6 +11,9 @@ keywords = ["rc","arc","unique","box"]
1111
categories = ["data-structures","no-std","rust-patterns"]
1212
license = "MIT OR Apache-2.0"
1313

14+
[package.metadata.workspaces]
15+
independent = true
16+
1417
[badges]
1518
maintenance = { status = "passively-maintained" }
1619

crates/slice-dst/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slice-dst"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -11,6 +11,9 @@ keywords = ["thin","slice","type","erasure","dst"]
1111
categories = ["data-structures","no-std","rust-patterns"]
1212
license = "MIT OR Apache-2.0"
1313

14+
[package.metadata.workspaces]
15+
independent = true
16+
1417
[badges]
1518
maintenance = { status = "passively-maintained" }
1619

0 commit comments

Comments
 (0)