From ffa0ebc43323d99d7fcb75b0d466c9866617033c Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Wed, 1 Nov 2023 08:52:13 +0100 Subject: [PATCH] why doesn't ./ work... --- .drone.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bf77c9f..0cb530e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,7 @@ steps: - name: build amd64 image: rust:1.73-alpine commands: - - pwd && ls -al && ./version.sh + - pwd && ls -al && sh ./version.sh - apk add --no-cache musl-dev gcc-aarch64-none-elf bash - mkdir /artifacts/mouse-amd64 - cp LICENSE.txt /artifacts/mouse-amd64/ diff --git a/Cargo.toml b/Cargo.toml index 167ddff..665cc7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "mouse" authors = ["Jochen Maes "] description = "Information gatherer for systems." # this will be overwritten during builds! so ignore -version = "0.0.0" +version = "v0.1.3-next-" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html