File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " finalfusion-python"
3- version = " 0.5 .0"
3+ version = " 0.6 .0"
44authors = [
" Daniël de Kok <[email protected] >" ]
55edition = " 2018"
66description = " Finalfusion Python module"
Original file line number Diff line number Diff 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 } ;
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 = [
You can’t perform that action at this time.
0 commit comments