Skip to content

Commit

Permalink
Bump the version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 15, 2019
1 parent 776aefd commit 63f4592
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finalfusion-python"
version = "0.5.0"
version = "0.6.0"
authors = ["Daniël de Kok <me@danieldk.eu>"]
edition = "2018"
description = "Finalfusion Python module"
Expand Down
12 changes: 6 additions & 6 deletions nix/Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ rec {
#

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

# Use this attribute to refer to the derivation building your root crate package.
# You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }.
build = buildRustCrateWithFeatures {
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
features = rootFeatures;
};
};
Expand All @@ -35,9 +35,9 @@ rec {
# workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }.
workspaceMembers = {
"finalfusion-python" = {
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
build = buildRustCrateWithFeatures {
packageId = "finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)";
packageId = "finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)";
features = rootFeatures;
};
};
Expand Down Expand Up @@ -343,10 +343,10 @@ rec {
features = {
};
};
"finalfusion-python 0.5.0 (path+file:///home/daniel/git/finalfusion-python)"
"finalfusion-python 0.6.0 (path+file:///home/daniel/git/finalfusion-python)"
= rec {
crateName = "finalfusion-python";
version = "0.5.0";
version = "0.6.0";
edition = "2018";
src = (builtins.filterSource sourceFilter ./.);
authors = [
Expand Down

0 comments on commit 63f4592

Please sign in to comment.