Commit Graph

43 Commits

Author SHA1 Message Date
dependabot[bot]
97d3608c8d
Update hex requirement from ~0.3 to ~0.4 (#15) 2022-10-24 10:03:09 +02:00
dependabot[bot]
02efc3b094
Update clap requirement from 3.1.18 to 4.0.15 (#13)
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v3.2.0...v4.0.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 18:29:42 +02:00
dependabot[bot]
4b7d660f47
Bump styfle/cancel-workflow-action from 0.9.1 to 0.11.0 (#12)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.9.1 to 0.11.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.9.1...0.11.0)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-17 18:29:19 +02:00
Hubert
f12e118362
misc meta (#11) 2022-10-17 18:19:47 +02:00
Hubert
233d03ea75
use Results and not unwraps (#10)
* use `Result`s and not unwraps

* fix test assertion
2022-10-04 16:14:07 +02:00
Hubert
c453a88c99
loosen api requirements (#8) 2022-07-10 22:14:40 +02:00
Hubert
25ca3f4be6
use workspaces to reduce dependencies (#7)
* use workspaces to reduce dependencies

* bump version
2022-06-26 12:13:12 +02:00
Hubert
08df76357c
Delete .travis.yml 2022-06-24 19:16:43 +02:00
Hubert
dc63c31a1c
remove redundant vec! (#6) 2022-06-24 19:14:49 +02:00
Hubert
317b145bdc
add into_inner (#5)
* add into_inner

* remove redundant super::*
2022-06-24 13:49:10 +02:00
Hubert
f3dc6b118d
use arrayvec for packets (#4) 2022-06-24 13:13:18 +02:00
Hubert
0fc9f33117
Create CODE_OF_CONDUCT.md 2022-06-24 11:49:51 +02:00
Hubert
5162dbee8e
add proper CI (#3)
* add proper CI

* fmt

* badge

* bump edition

* working badge for crates.io
2022-06-24 11:43:48 +02:00
Hubert
819ff76864
Create rust.yml 2022-06-24 10:56:29 +02:00
Hubert
7c79206849
Merge pull request #2 from steady286/add_clap
Add Clap crate and a binary
2022-05-24 14:47:49 +02:00
Gerhard Dutka
c71ef11df2 wake: simplify separator check as suggested 2022-05-24 12:41:51 +02:00
Gerhard Dutka
abe8f30637 Add Clap crate and a binary
Date:      Wed May 18 06:34:17 2022 +0200
2022-05-18 08:49:21 +02:00
lesnyrumcajs
b3e2fd8c82 no need for match 2020-03-16 22:09:49 +01:00
lesnyrumcajs
922d7326df Update dependencies 2019-08-20 20:19:08 +02:00
lesnyrumcajs
f22c21f83f Bump crate version 2019-08-20 20:13:28 +02:00
lesnyrumcajs
0106850acf Update dependencies 2019-08-20 20:09:16 +02:00
lesnyrumcajs
5344781c37 formatting 2019-02-11 20:09:42 +01:00
lesnyrumcajs
33c29fbe56 redundant extern crate (rust 2018) 2019-02-11 20:08:51 +01:00
lesnyrumcajs
8cd9eded12 redundant extern crate (rust 2018) 2019-02-11 20:02:24 +01:00
lesnyrumcajs
308a4d4dd7 Merge remote-tracking branch 'origin/master' 2019-02-07 22:42:11 +01:00
lesnyrumcajs
546db20934 added panic doc 2019-02-07 22:42:02 +01:00
rumcajs
df760c57fe map + flatten to flat_map 2019-02-05 09:46:52 +01:00
lesnyrumcajs
c2ee4c63f5 bump version 2019-02-04 23:26:25 +01:00
lesnyrumcajs
cdc20fb59a refactor out packet-building, test 2019-02-04 23:24:21 +01:00
lesnyrumcajs
04766c94c1 added docs link / badge 2019-02-04 23:07:19 +01:00
lesnyrumcajs
38a6a79bc2 add rust release channels 2019-02-03 17:47:22 +01:00
lesnyrumcajs
d03f92bbb1 added travis 2019-02-03 17:28:38 +01:00
lesnyrumcajs
0dfc07a240 added .travis 2019-02-03 17:19:35 +01:00
lesnyrumcajs
91df3c87ac added manifest data 2019-02-03 17:01:55 +01:00
LesnyRumcajs
2865d269d6
Merge pull request #1 from LesnyRumcajs/add-license-1
Create LICENSE
2019-02-03 16:51:03 +01:00
LesnyRumcajs
4a076fbbd7
Create LICENSE 2019-02-03 16:50:53 +01:00
lesnyrumcajs
159ffc598a Merge branch 'master' of github.com:LesnyRumcajs/wakey 2019-02-03 16:48:19 +01:00
lesnyrumcajs
916905bdce added idea to gitignore 2019-02-03 16:48:08 +01:00
LesnyRumcajs
d752aaef8c
Update README.md 2019-02-03 16:28:53 +01:00
LesnyRumcajs
45a0e1c337
Update README.md 2019-02-03 16:28:14 +01:00
LesnyRumcajs
14b2890d2f
Update README.md 2019-02-03 16:27:44 +01:00
lesnyrumcajs
d2d287f252 added README 2019-02-03 14:32:06 +01:00
lesnyrumcajs
5eb250212c initial commit 2019-02-03 14:09:26 +01:00