bump version and fix wpactrl dep import

This commit is contained in:
glyph 2021-12-13 08:19:55 +02:00
parent 46b7c0fc2b
commit 2f7c7aac8f
2 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "peach-network"
version = "0.2.12"
version = "0.2.13"
authors = ["Andrew Reid <gnomad@cryptolab.net>"]
edition = "2018"
description = "Query and configure network interfaces using JSON-RPC over HTTP."
@ -36,9 +36,8 @@ probes = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
regex = "1"
#wpactrl = "0.3.1"
#wpactrl = { git = "https://github.com/sauyon/wpa-ctrl-rs.git", branch = "master" }
wpactrl = { path = "../../../playground/rust/wpa-ctrl-rs" }
# replace this with crate import once latest changes have been published
wpactrl = { git = "https://github.com/sauyon/wpa-ctrl-rs.git", branch = "master" }
[dev-dependencies]
jsonrpc-test = "11"

View File

@ -1,6 +1,6 @@
# peach-network
[![Build Status](https://travis-ci.com/peachcloud/peach-network.svg?branch=master)](https://travis-ci.com/peachcloud/peach-network) ![Generic badge](https://img.shields.io/badge/version-0.2.12-<COLOR>.svg)
[![Build Status](https://travis-ci.com/peachcloud/peach-network.svg?branch=master)](https://travis-ci.com/peachcloud/peach-network) ![Generic badge](https://img.shields.io/badge/version-0.2.13-<COLOR>.svg)
Networking microservice module for PeachCloud. Query and configure device interfaces using [JSON-RPC](https://www.jsonrpc.org/specification) over http.