working on it

This commit is contained in:
John Goerzen 2020-09-25 18:24:44 -05:00
parent 362647176b
commit 7ffbfbf983
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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