Skip to content

Commit

Permalink
fix(ci): tauri-plugin-drag depends on drag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Dec 7, 2023
1 parent c1584a5 commit bb684e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"tauri-plugin-drag": {
"path": "./crates/tauri-plugin",
"manager": "rust"
"manager": "rust",
"dependencies": ["drag"]
}
}
}
2 changes: 1 addition & 1 deletion crates/tauri-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ license = { workspace = true }
tauri = "1"
serde = "1"
thiserror = "1"
drag = { path = "../drag", version = "0.1.0", features = [ "serde" ] }
drag = { path = "../drag", version = "0.2.0", features = [ "serde" ] }

0 comments on commit bb684e6

Please sign in to comment.