Skip to content

Commit

Permalink
refactor(oblivion): use oblivion from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jun 19, 2024
1 parent 8f1737e commit b5ec6c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

5 changes: 5 additions & 0 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ links = "tauri-plugin-oblivion"
tauri = { version = "2.0.0-beta.19" }
serde = "1.0"
thiserror = "1.0"
oblivion = { path = "./oblivion", features = ["serde"] }
tokio = { version = "1.37.0", features = ["sync"] }
uuid = { version = "1.8.0", features = ["v4"] }
anyhow = "1.0.83"
oblivion = { version = "2.1.0", features = ["serde"] }

[build-dependencies]
tauri-plugin = { version = "2.0.0-beta.15", features = ["build"] }
1 change: 0 additions & 1 deletion oblivion
Submodule oblivion deleted from 1cef75

0 comments on commit b5ec6c3

Please sign in to comment.