mirror of
https://github.com/vbrandl/bind9-api.git
synced 2024-11-21 21:53:34 +01:00
Merge branch 'release/0.1.2'
This commit is contained in:
commit
811ff79a60
@ -1,4 +1,5 @@
|
||||
sudo: required
|
||||
language: rust
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
|
@ -8,8 +8,8 @@ main() {
|
||||
|
||||
mkdir -p $deploy
|
||||
|
||||
test -f Cargo.lock || cargo generate-lockfile
|
||||
|
||||
cp target/x86_64-unknown-linux-musl/release/bind9-api $stage/bind9-api-${TRAVIS-TAG:1}-x86_64-musl
|
||||
cp target/x86_64-unknown-linux-musl/release/bind9-api-client $stage/bind9-api-client-${TRAVIS-TAG:1}-x86_64-musl
|
||||
}
|
||||
}
|
||||
|
||||
main
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bind9-api-client"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||
description = "Client for the BIND9 API"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bind9-api"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Valentin Brandl <vbrandl@riseup.net>"]
|
||||
description = "Web API to create, update and remove DNS entries in bind9"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user