Skip to content

Commit

Permalink
Version bump to figure out where docs.rs links should go
Browse files Browse the repository at this point in the history
  • Loading branch information
geky committed Dec 17, 2021
1 parent 3dfc8a7 commit 83c44d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gf256"
description = "A Rust library containing Galois-field types and utilities"
authors = ["Christopher Haster <chaster@utexas.edu>"]
repository = "https://github.com/geky/gf256"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
license = "BSD-3-Clause"

Expand Down Expand Up @@ -77,7 +77,7 @@ structopt = "0.3.25"
flate2 = "1.0.22"

[dependencies]
gf256-macros = {path="gf256-macros", version="0.1.0"}
gf256-macros = {path="gf256-macros", version="=0.2.0"}
cfg-if = "1.0.0"
rand = {version="0.8.3", default-features=false, optional=true}

Expand Down
2 changes: 1 addition & 1 deletion gf256-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gf256-macros"
description = "Proc-macros for the gf256 crate"
authors = ["Christopher Haster <chaster@utexas.edu>"]
repository = "https://github.com/geky/gf256"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
license = "BSD-3-Clause"

Expand Down

0 comments on commit 83c44d3

Please sign in to comment.