File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ members = ["client/rs"]
44
55[workspace .package ]
66edition = " 2024"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88license = " BSD-2-Clause"
9- authors = [" Nathan Gill <nathan.j.gill@outlook.com >" ]
9+ authors = [" Nathan Gill <n@ngill.net >" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " hopper"
3- version = " 0.1.3 "
4- edition = " 2024 "
5- license = " BSD-2-Clause "
6- authors = [ " Nathan Gill <nathan.j.gill@outlook.com> " ]
3+ version.workspace = true
4+ edition.workspace = true
5+ license.workspace = true
6+ authors.workspace = true
77
88[dependencies ]
99bitflags = " 2.11.0"
Original file line number Diff line number Diff line change 11{ lib , rustPlatform } :
22
33let
4- cargoToml = builtins . fromTOML ( builtins . readFile ../client/rs/ Cargo.toml ) ;
5- version = cargoToml . package . version ;
4+ cargoToml = builtins . fromTOML ( builtins . readFile ../Cargo.toml ) ;
5+ version = cargoToml . workspace . package . version ;
66in
77rustPlatform . buildRustPackage {
88 pname = "hopper" ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " hopper"
77version = " 0.1.3"
88authors = [
9- { name = " Nathan Gill" , email = " nathan.j.gill@outlook.com " }
9+ { name = " Nathan Gill" , email = " n@ngill.net " }
1010]
1111
1212[tool .setuptools ]
Original file line number Diff line number Diff line change 66 packages = ["hopper" ],
77 package_dir = {"hopper" : "client/py" },
88 author = "Nathan Gill" ,
9- author_email = "nathan.j.gill@outlook.com " ,
9+ author_email = "n@ngill.net " ,
1010)
You can’t perform that action at this time.
0 commit comments