Version bump

master
rm-dr 2023-10-15 11:37:51 -07:00
parent 42555e0df7
commit bc1716eefd
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "daisycalc"
version = "1.1.6"
version = "1.1.7"
dependencies = [
"cfg-if",
"num",

View File

@ -1,6 +1,6 @@
[package]
name = "daisycalc"
version = "1.1.6"
version = "1.1.7"
edition = "2021"
build = "buildscript/main.rs"
license = "GPL-3.0-only"

View File

@ -1,7 +1,7 @@
{ lib, fetchgit, rustPlatform }:
rustPlatform.buildRustPackage rec {
pname = "daisy";
version = "1.1.6";
version = "1.1.7";
cargoLock.lockFile = src + /Cargo.lock;
src = builtins.fetchGit {