Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu committed Dec 13, 2022
1 parent dbb23c5 commit 630bc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ crate-type = ["cdylib"]
hashbrown = "0.13.1" # MIT or Apache-2.0
ouroboros = "0.15.5" # MIT or Apache-2.0
pyo3 = { version = "0.17.3", features = ["extension-module"] } # Apache-2.0
vibrato_rust = { version = "0.3.2", default-features = false } # MIT or Apache-2.0
vibrato_rust = { package = "vibrato", version = "0.3.2", default-features = false } # MIT or Apache-2.0

0 comments on commit 630bc48

Please sign in to comment.