diff --git a/Cargo.lock b/Cargo.lock index 552df45f9..ac1c21867 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1451,7 +1451,7 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "opcua" -version = "0.10.0" +version = "0.11.0" dependencies = [ "actix-web", "base64 0.12.3", @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "opcua-certificate-creator" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "pico-args", @@ -1493,7 +1493,7 @@ dependencies = [ [[package]] name = "opcua-chess-server" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "uci", @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "opcua-demo-server" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono", "lazy_static", @@ -1514,7 +1514,7 @@ dependencies = [ [[package]] name = "opcua-discovery-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "pico-args", @@ -1522,7 +1522,7 @@ dependencies = [ [[package]] name = "opcua-event-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "pico-args", @@ -1530,7 +1530,7 @@ dependencies = [ [[package]] name = "opcua-integration" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono", "log 0.4.14", @@ -1539,7 +1539,7 @@ dependencies = [ [[package]] name = "opcua-modbus-server" -version = "0.10.0" +version = "0.11.0" dependencies = [ "futures 0.1.31", "opcua", @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "opcua-mqtt-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "pico-args", @@ -1565,7 +1565,7 @@ dependencies = [ [[package]] name = "opcua-simple-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "opcua", "pico-args", @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "opcua-simple-server" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono", "log 0.4.14", @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "opcua-web-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "actix", "actix-web", diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 5714f1156..9f6ef26aa 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-integration" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -10,5 +10,5 @@ chrono = "0.4" [dev-dependencies.opcua] path = "../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["all"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 34ada4ab9..3ff2af6f1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion description = "OPC UA client API" authors = ["Adam Lock "] homepage = "https://github.com/locka99/opcua" diff --git a/samples/chess-server/Cargo.toml b/samples/chess-server/Cargo.toml index 025a1fddb..c95a4f481 100644 --- a/samples/chess-server/Cargo.toml +++ b/samples/chess-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-chess-server" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -9,5 +9,5 @@ uci = "0.1.1" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["server", "console-logging"] diff --git a/samples/demo-server/Cargo.toml b/samples/demo-server/Cargo.toml index 38d4d0790..95c1f063e 100644 --- a/samples/demo-server/Cargo.toml +++ b/samples/demo-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-demo-server" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -17,5 +17,5 @@ pico-args = "0.3" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["all"] \ No newline at end of file diff --git a/samples/discovery-client/Cargo.toml b/samples/discovery-client/Cargo.toml index 4998efcd3..648cd572a 100644 --- a/samples/discovery-client/Cargo.toml +++ b/samples/discovery-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-discovery-client" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -9,5 +9,5 @@ pico-args = "0.3" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["client", "console-logging"] diff --git a/samples/event-client/Cargo.toml b/samples/event-client/Cargo.toml index de257cfbe..5b44e8ce4 100644 --- a/samples/event-client/Cargo.toml +++ b/samples/event-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-event-client" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -9,5 +9,5 @@ pico-args="0.3" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["client", "console-logging"] diff --git a/samples/modbus-server/Cargo.toml b/samples/modbus-server/Cargo.toml index df7bccdd4..d896bdeaa 100644 --- a/samples/modbus-server/Cargo.toml +++ b/samples/modbus-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-modbus-server" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -18,5 +18,5 @@ serde_yaml = "0.8" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["server", "console-logging"] \ No newline at end of file diff --git a/samples/mqtt-client/Cargo.toml b/samples/mqtt-client/Cargo.toml index 6b15c4991..7214a2375 100644 --- a/samples/mqtt-client/Cargo.toml +++ b/samples/mqtt-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-mqtt-client" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -11,5 +11,5 @@ rumqtt = { git = "https://github.com/AtherEnergy/rumqtt.git", rev = "83b46945250 [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["client", "console-logging"] diff --git a/samples/simple-client/Cargo.toml b/samples/simple-client/Cargo.toml index cd783501e..4f8debeb4 100644 --- a/samples/simple-client/Cargo.toml +++ b/samples/simple-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-simple-client" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -9,5 +9,5 @@ pico-args="0.3" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["client", "console-logging"] diff --git a/samples/simple-server/Cargo.toml b/samples/simple-server/Cargo.toml index b35c73409..39fceac25 100644 --- a/samples/simple-server/Cargo.toml +++ b/samples/simple-server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-simple-server" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -10,5 +10,5 @@ log = "0.4" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["server", "console-logging"] diff --git a/samples/web-client/Cargo.toml b/samples/web-client/Cargo.toml index 8ec48cc56..5dd39fcd8 100644 --- a/samples/web-client/Cargo.toml +++ b/samples/web-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-web-client" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion authors = ["Adam Lock "] edition = "2018" @@ -15,6 +15,6 @@ tokio = { version = "1", features = ["full"] } [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion features = ["client", "console-logging"] diff --git a/tools/certificate-creator/Cargo.toml b/tools/certificate-creator/Cargo.toml index 6c43fac94..c1672aee2 100644 --- a/tools/certificate-creator/Cargo.toml +++ b/tools/certificate-creator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opcua-certificate-creator" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion description = "OPC UA certificate creator" authors = ["Adam Lock "] homepage = "https://github.com/locka99/opcua" @@ -18,8 +18,8 @@ pico-args = "0.3" [dependencies.opcua] path = "../../lib" -version = "0.10.0" # OPCUARustVersion +version = "0.11.0" # OPCUARustVersion #[dependencies.opcua-core] #path = "../../core" -#version = "0.10.0" # OPCUARustVersion +#version = "0.11.0" # OPCUARustVersion