Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo authored Oct 10, 2024
1 parent 5dac7d0 commit 191f2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "dojo-c"
version = "1.0.0-alpha.14"
version = "1.0.0-alpha.15"

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
Expand Down Expand Up @@ -56,4 +56,4 @@ cbindgen = "0.26.0"

[patch.crates-io]
# Matching the same rev that `cainome` is using. Mainly because `starknet-rs` hasn't create a new release yet.
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs", rev = "2ddc694" }
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs", rev = "2ddc694" }

0 comments on commit 191f2bd

Please sign in to comment.