ci(rust): test rust ci

This commit is contained in:
əlemi 2024-09-10 03:39:36 +02:00
parent 73f6ed7c8e
commit 675a8091e2
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- stable - stable
- ci
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View file

@ -11,7 +11,7 @@ authors = [
] ]
license = "GPL-3.0-only" license = "GPL-3.0-only"
edition = "2021" edition = "2021"
version = "0.7.0-beta.2" version = "0.7.0-beta.3"
exclude = ["dist/*"] exclude = ["dist/*"]
[lib] [lib]