diff --git a/Cargo.toml b/Cargo.toml index cafeca3..8c30e65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = ["rusteron-docker-samples/rusteron-dummy-example"] resolver = "2" [workspace.dependencies] -rusteron-code-gen = { path = "rusteron-code-gen", version = "0.1.60" } +rusteron-code-gen = { path = "rusteron-code-gen", version = "0.1.61" } ctrlc = "3.4" bindgen = "0.71" cmake = "0.1" diff --git a/rusteron-archive/Cargo.toml b/rusteron-archive/Cargo.toml index df4f85a..a894be1 100644 --- a/rusteron-archive/Cargo.toml +++ b/rusteron-archive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusteron-archive" -version = "0.1.60" +version = "0.1.61" edition = "2021" authors = ["Mo Imran "] license = "MIT OR Apache-2.0" diff --git a/rusteron-client/Cargo.toml b/rusteron-client/Cargo.toml index 5d82e0a..ccef544 100644 --- a/rusteron-client/Cargo.toml +++ b/rusteron-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusteron-client" -version = "0.1.60" +version = "0.1.61" edition = "2021" authors = ["Mo Imran "] license = "MIT OR Apache-2.0" diff --git a/rusteron-code-gen/Cargo.toml b/rusteron-code-gen/Cargo.toml index 4a63f6f..737437e 100644 --- a/rusteron-code-gen/Cargo.toml +++ b/rusteron-code-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusteron-code-gen" -version = "0.1.60" +version = "0.1.61" authors = ["Mohammed Imran "] repository = "https://github.com/mimran1980/rusteron" documentation = "https://mimran1980.github.io/rusteron/rusteron_code_gen" diff --git a/rusteron-media-driver/Cargo.toml b/rusteron-media-driver/Cargo.toml index 9a3f973..45bf228 100644 --- a/rusteron-media-driver/Cargo.toml +++ b/rusteron-media-driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusteron-media-driver" -version = "0.1.60" +version = "0.1.61" edition = "2021" authors = ["Mo Imran "] license = "MIT OR Apache-2.0" diff --git a/rusteron-rb/Cargo.toml b/rusteron-rb/Cargo.toml index 6b36789..d80f23e 100644 --- a/rusteron-rb/Cargo.toml +++ b/rusteron-rb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusteron-rb" -version = "0.1.60" +version = "0.1.61" edition = "2021" authors = ["Mo Imran "] license = "MIT OR Apache-2.0"