mirror of
https://github.com/jgoerzen/xbnet.git
synced 2025-01-03 12:08:21 -04:00
working on it
This commit is contained in:
parent
362647176b
commit
7ffbfbf983
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -20,6 +20,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Prep build for ${{ matrix.os }}
|
||||||
|
run: sudo apt-get install libudev-dev
|
||||||
- name: Build for ${{ matrix.os }}
|
- name: Build for ${{ matrix.os }}
|
||||||
run: cargo build --verbose --release
|
run: cargo build --verbose --release
|
||||||
# - name: Run tests
|
# - name: Run tests
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2019 John Goerzen <jgoerzen@complete.org
|
# Copyright (C) 2019-2020 John Goerzen <jgoerzen@complete.org
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -19,6 +19,7 @@ name = "xbnet"
|
|||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
authors = ["John Goerzen <jgoerzen@complete.org>"]
|
authors = ["John Goerzen <jgoerzen@complete.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "GPL-3.0+"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user