File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " finalfusion-python"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [
" Daniël de Kok <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Finalfusion Python module"
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ rec {
19
19
#
20
20
21
21
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)" ;
23
23
24
24
# Use this attribute to refer to the derivation building your root crate package.
25
25
# You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }.
26
26
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)" ;
28
28
features = rootFeatures ;
29
29
} ;
30
30
} ;
35
35
# workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }.
36
36
workspaceMembers = {
37
37
"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)" ;
39
39
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)" ;
41
41
features = rootFeatures ;
42
42
} ;
43
43
} ;
@@ -343,10 +343,10 @@ rec {
343
343
features = {
344
344
} ;
345
345
} ;
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)"
347
347
= rec {
348
348
crateName = "finalfusion-python" ;
349
- version = "0.5 .0" ;
349
+ version = "0.6 .0" ;
350
350
edition = "2018" ;
351
351
src = ( builtins . filterSource sourceFilter ./. ) ;
352
352
authors = [
You can’t perform that action at this time.
0 commit comments