mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-17 13:07:25 +02:00
Merge pull request #122 from sr-gi/bump-teos-version
Bumps teos version to 0.1.2
This commit is contained in:
commit
ab22bed3e6
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "teos-common"
|
||||
version = "0.0.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "teos"
|
||||
version = "0.0.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ pub struct GetAppointmentsData {
|
|||
#[derive(StructOpt, Debug)]
|
||||
#[structopt(rename_all = "lowercase")]
|
||||
#[structopt(
|
||||
version = "0.0.1",
|
||||
version = env!("CARGO_PKG_VERSION"),
|
||||
about = "The Eye of Satoshi - CLI",
|
||||
name = "teos-cli"
|
||||
)]
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ impl std::error::Error for ConfigError {}
|
|||
/// Holds all the command line options.
|
||||
#[derive(StructOpt, Debug, Clone)]
|
||||
#[structopt(rename_all = "lowercase")]
|
||||
#[structopt(version = "0.0.1", about = "The Eye of Satoshi - Lightning watchtower")]
|
||||
#[structopt(version = env!("CARGO_PKG_VERSION"), about = "The Eye of Satoshi - Lightning watchtower")]
|
||||
pub struct Opt {
|
||||
/// Address teos HTTP(s) API will bind to [default: localhost]
|
||||
#[structopt(long)]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchtower-plugin"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "tests"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
description = "watchtower-plugin tests"
|
||||
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue