@@ -21,19 +21,19 @@ lto = "thin"
2121[workspace .dependencies ]
2222# Note: To use a local IronRDP repository as a crate (for example, ironrdp-cliprdr), define the dependency as follows:
2323# ironrdp-cliprdr = { path = "/path/to/local/IronRDP/crates/ironrdp-cliprdr" }
24- ironrdp-cliprdr = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
25- ironrdp-connector = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
26- ironrdp-core = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
27- ironrdp-displaycontrol = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
28- ironrdp-dvc = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
29- ironrdp-graphics = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
30- ironrdp-pdu = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
31- ironrdp-rdpdr = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
32- ironrdp-rdpsnd = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
33- ironrdp-session = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
34- ironrdp-svc = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
35- ironrdp-tls = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " , features = [
24+ ironrdp-cliprdr = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
25+ ironrdp-connector = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
26+ ironrdp-core = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
27+ ironrdp-displaycontrol = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
28+ ironrdp-dvc = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
29+ ironrdp-graphics = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
30+ ironrdp-pdu = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
31+ ironrdp-rdpdr = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
32+ ironrdp-rdpsnd = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
33+ ironrdp-session = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
34+ ironrdp-svc = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
35+ ironrdp-tls = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " , features = [
3636 " rustls" ,
3737] }
38- ironrdp-tokio = { git = " https://github.com/Devolutions/IronRDP" , rev = " 4beab02353c37e2e061d4025d828a5b3e7fbd820 " }
38+ ironrdp-tokio = { git = " https://github.com/Devolutions/IronRDP" , rev = " a0a3e750c9e4ee9c73b957fbcb26dbc59e57d07d " }
3939
0 commit comments