Skip to content

Commit 8d48963

Browse files
committed
Merge branch 'release/0.6.4'
2 parents cea178e + b9f6c35 commit 8d48963

6 files changed

Lines changed: 553 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "2"
88

99
[package]
1010
name = "cliptions-core"
11-
version = "0.6.3"
11+
version = "0.6.4"
1212
edition = "2021"
1313
description = "Cliptions prediction market core functionality implemented in Rust with optional Python bindings"
1414
license = "MIT"

src/actions.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
33
pub mod generate_commitment;
44
pub mod collect_commitments;
5-
pub mod post_target_frame;
5+
pub mod post_target_frame;
6+
pub mod collect_reveals;

0 commit comments

Comments
 (0)