mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Version bump
This commit is contained in:
parent
42555e0df7
commit
bc1716eefd
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "daisycalc"
|
||||
version = "1.1.6"
|
||||
version = "1.1.7"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"num",
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user