Skip to content

Commit

Permalink
Fix Cargo.toml in new project template
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 16, 2022
1 parent 4e533f9 commit 1ec9b64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

* Fix `Cargo.toml` in new project template in [#1109](https://github.com/PyO3/maturin/pull/1109)

## [0.13.3] - 2022-09-15

* Allow user to override default Emscripten settings in [#1059](https://github.com/PyO3/maturin/pull/1059)
Expand Down
3 changes: 1 addition & 2 deletions src/templates/Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

{%- if bindings != "bin" -%}
{% if bindings != "bin" -%}
[lib]
name = "{{ crate_name }}"
crate-type = ["cdylib"]
Expand Down

0 comments on commit 1ec9b64

Please sign in to comment.