updated dep in native binding to 0.2
This commit is contained in:
parent
9cd9a6b473
commit
0c18a319e7
|
@ -10,9 +10,9 @@ authors = ["Jasper Hugo <jasper@avstack.io>"]
|
|||
anyhow = { version = "1", default-features = false }
|
||||
glib = { version = "0.14", default-features = false }
|
||||
gstreamer = { version = "0.17", default-features = false }
|
||||
lib-gst-meet = { version = "0.1", path = "../lib-gst-meet", default-features = false }
|
||||
lib-gst-meet = { version = "0.2", path = "../lib-gst-meet", default-features = false }
|
||||
tokio = { version = "1", default-features = false, features = ["rt-multi-thread"] }
|
||||
|
||||
[lib]
|
||||
name = "gstmeet"
|
||||
crate_type = ["staticlib", "cdylib"]
|
||||
crate_type = ["staticlib", "cdylib"]
|
||||
|
|
Loading…
Reference in New Issue