Skip to content

Commit

Permalink
build(deps): use ironrdp-core from crates.io (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit authored Dec 23, 2024
1 parent 8088e34 commit f97fc07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/now-proto-pdu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workspace = true

[dependencies]
bitflags = "2"
ironrdp-core = { version = "0.1.1", features = ["alloc"], git = "https://github.com/Devolutions/IronRDP.git" }
ironrdp-core = { version = "0.1.2", features = ["alloc"] }

[features]
default = []

0 comments on commit f97fc07

Please sign in to comment.