Skip to content

Commit

Permalink
bindings/rust/Cargo.toml: fix a brown-bag mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jun 10, 2022
1 parent 61758ce commit 3b28d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blst"
version = "0.3.8"
version = "0.3.9"
authors = ["sean-sn <sean@supranational.net>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -13,7 +13,7 @@ include = [
"/README.md",
"/rustfmt.toml",
"/blst/src/*.c",
"/blst/src/*.h",
"/blst/src/*.h*",
"/blst/build/**",
"/blst/bindings/blst.h",
"/blst/bindings/blst_aux.h",
Expand Down

0 comments on commit 3b28d0f

Please sign in to comment.