Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk committed Oct 7, 2024
1 parent ec715e6 commit 57778b2
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
@@ -1,7 +1,7 @@
[package]
name = "reckoner"
description = " A high level arbitrary precision arithmetic library supporting integer and rational numbers."
version = "0.2.0"
version = "0.3.0"
authors = ["Declan Kelly <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ license = "MIT"
rust-version = "1.70.0" # MSRV

[dependencies]
creachadair-imath-sys = { version = "^0.2.0", path = "creachadair-imath-sys/" }
creachadair-imath-sys = { version = "^0.3.0", path = "creachadair-imath-sys/" }
cfg-if = "1.0.0"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion creachadair-imath-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "creachadair-imath-sys"
description = "FFI bindings to creachadair imath"
version = "0.2.0"
version = "0.3.0"
authors = ["Declan Kelly <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down

0 comments on commit 57778b2

Please sign in to comment.