Skip to content

Commit

Permalink
Release v0.12.15-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 4, 2022
1 parent 847fe57 commit e83d535
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 39 deletions.
86 changes: 49 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["konstin <konstin@mailbox.org>", "messense <messense@icloud.com>"]
name = "maturin"
version = "0.12.14"
version = "0.12.15-beta.1"
description = "Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages"
exclude = ["test-crates/**/*", "sysconfig/*", "test-data/*", "ci/*", "tests/*"]
homepage = "https://github.com/pyo3/maturin"
Expand All @@ -24,7 +24,7 @@ base64 = "0.13.0"
bytesize = "1.0.1"
glob = "0.3.0"
cargo_metadata = "0.14.0"
cargo-zigbuild = "0.8.6"
cargo-zigbuild = "0.8.7"
cbindgen = { version = "0.23.0", default-features = false }
flate2 = "1.0.18"
goblin = "0.5.1"
Expand Down

0 comments on commit e83d535

Please sign in to comment.