Skip to content

Commit 63f4592

Browse files
committed
Bump the version to 0.6.0
1 parent 776aefd commit 63f4592

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "finalfusion-python"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Daniël de Kok <[email protected]>"]
55
edition = "2018"
66
description = "Finalfusion Python module"

nix/Cargo.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ rec {
1919
#
2020

2121
rootCrate = {
22-
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
22+
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
2323

2424
# Use this attribute to refer to the derivation building your root crate package.
2525
# You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }.
2626
build = buildRustCrateWithFeatures {
27-
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
27+
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
2828
features = rootFeatures;
2929
};
3030
};
@@ -35,9 +35,9 @@ rec {
3535
# workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }.
3636
workspaceMembers = {
3737
"finalfusion-python" = {
38-
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
38+
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
3939
build = buildRustCrateWithFeatures {
40-
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
40+
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
4141
features = rootFeatures;
4242
};
4343
};
@@ -343,10 +343,10 @@ rec {
343343
features = {
344344
};
345345
};
346-
"finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)"
346+
"finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)"
347347
= rec {
348348
crateName = "finalfusion-python";
349-
version = "0.5.0";
349+
version = "0.6.0";
350350
edition = "2018";
351351
src = (builtins.filterSource sourceFilter ./.);
352352
authors = [

0 commit comments

Comments
 (0)