mirror of https://github.com/dswd/vpncloud.git
Release 2.0.0
This commit is contained in:
parent
ca0e5e9791
commit
a427b3fd12
|
@ -769,7 +769,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|||
|
||||
[[package]]
|
||||
name = "vpncloud"
|
||||
version = "2.0.0-alpha1"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"byteorder",
|
||||
"daemonize",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vpncloud"
|
||||
version = "2.0.0-alpha1"
|
||||
version = "2.0.0"
|
||||
authors = ["Dennis Schwerdel <schwerdel@googlemail.com>"]
|
||||
build = "build.rs"
|
||||
license = "GPL-3.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"region": "eu-central-1",
|
||||
"instance_type": "m5.large",
|
||||
"ami": "ami-00a205cb8e06c3c4e",
|
||||
"version": "2.0.0-alpha1",
|
||||
"version": "2.0.0",
|
||||
"duration": 621.3780446052551
|
||||
},
|
||||
"native": {
|
Loading…
Reference in New Issue