Skip to content

Commit 9999560

Browse files
committed
pyoxidizer: fix frozen Cargo.lock and release 0.14.1
1 parent 964900e commit 9999560

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

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.

pyoxidizer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyoxidizer"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Gregory Szorc <gregory.szorc@gmail.com>"]
55
license = "MPL-2.0"
66
description = "Package self-contained Python applications"

pyoxidizer/docs/pyoxidizer_history.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,19 @@ Blog Posts
2626
Version History
2727
===============
2828

29+
0.14.1
30+
------
31+
32+
Released April 30, 2021.
33+
2934
.. _version_0_14_0:
3035

36+
Bug Fixes
37+
^^^^^^^^
38+
39+
* Fixed a bug in the 0.14.0 release where newly created projects won't build
40+
due to ``Cargo.lock`` issues.
41+
3142
0.14.0
3243
------
3344

pyoxidizer/src/new-project-cargo.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
252252
[[package]]
253253
name = "pyembed"
254254
version = "0.14.0"
255+
source = "registry+https://github.com/rust-lang/crates.io-index"
256+
checksum = "573c5f18148110bec3c4a6f757c6b2ba488441b0117ce01d7f9795a4b21e53ac"
255257
dependencies = [
256258
"anyhow",
257259
"cpython",

0 commit comments

Comments
 (0)