Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 973ed55

Browse files
committed
v0.1.3
1 parent 485335d commit 973ed55

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ script:
1919
- cargo build --release --verbose --all
2020
- cargo test --release --verbose --all
2121

22+
addons:
23+
homebrew:
24+
packages:
25+
- dbus
26+
2227
deploy:
2328
provider: releases
2429
api_key:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "howtocards"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Sergey Sova <mail@sergeysova.com>"]
55
license = "MIT"
66
description = "Application library for howtocards service"

0 commit comments

Comments
 (0)