registry.patch 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ---
  2. Cargo.lock | 4 ++--
  3. Cargo.toml | 2 +-
  4. 2 files changed, 3 insertions(+), 3 deletions(-)
  5. diff --git a/Cargo.lock b/Cargo.lock
  6. index 997f441..b615d9f 100644
  7. --- a/Cargo.lock
  8. +++ b/Cargo.lock
  9. @@ -1672,7 +1672,7 @@ dependencies = [
  10. [[package]]
  11. name = "web-view"
  12. version = "0.7.3"
  13. -source = "git+https://github.com/Boscop/web-view#e87e08cab3a2d500d54068ec9c7aaa055a711465"
  14. +source = "registry+https://github.com/rust-lang/crates.io-index"
  15. dependencies = [
  16. "boxfnonce",
  17. "tinyfiledialogs",
  18. @@ -1724,7 +1724,7 @@ dependencies = [
  19. [[package]]
  20. name = "webview-sys"
  21. version = "0.6.2"
  22. -source = "git+https://github.com/Boscop/web-view#e87e08cab3a2d500d54068ec9c7aaa055a711465"
  23. +source = "registry+https://github.com/rust-lang/crates.io-index"
  24. dependencies = [
  25. "cc",
  26. "gdk-sys",
  27. diff --git a/Cargo.toml b/Cargo.toml
  28. index e1a04d6..92b27f5 100644
  29. --- a/Cargo.toml
  30. +++ b/Cargo.toml
  31. @@ -46,7 +46,7 @@ lazy_static = "1.4.0"
  32. spmc = "0.3.0"
  33. # Optional dependencies regulated by features
  34. -web-view = { git = "https://github.com/Boscop/web-view", features = [], optional = true }
  35. +web-view = { version = "0.7.3", features = [], optional = true }
  36. tinyfiledialogs = { version = "3.9.1", optional = true }
  37. open = { version = "3.0.3", optional = true }
  38. --
  39. 2.39.1