Update version

This commit is contained in:
Michael Zhang 2022-06-18 11:22:40 -05:00
parent 2660a249e7
commit e85e70e1fc
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -1,10 +1,10 @@
{ rustPlatform, nix-gitignore }:
rustPlatform.buildRustPackage {
name = "REPLACE-THIS";
version = "v99999.99999";
name = "markout";
version = "0.1.0";
src = nix-gitignore.gitignoreSource [ ./.gitignore ] ./.;
cargoLock = {lockFile = ./Cargo.lock;};
cargoLock = { lockFile = ./Cargo.lock; };
}