Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed May 4, 2021
1 parent d530083 commit b0d2ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gc-sequence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gc-sequence"
version = "0.2.1"
version = "0.2.2"
authors = ["kyren <kerriganw@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -13,4 +13,4 @@ default = ["std"]
std = []

[dependencies]
gc-arena = { path = "../gc-arena", version = "0.2.1" }
gc-arena = { path = "../gc-arena", version = "0.2.2" }

0 comments on commit b0d2ae5

Please sign in to comment.