Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Oct 5, 2023
1 parent e9cfa97 commit f7f3986
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ version = "0.1.0"
edition = "2021"

[dependencies]
# py-perf = { git = "ssh://[email protected]/kakkoyun/py-perf.git" }
py-perf = { path = "../py-perf" }
# py-perf = { path = "../py-perf" }
py-perf = { git = "ssh://[email protected]/kakkoyun/py-perf.git" }
py-spy = { git = "ssh://[email protected]/kakkoyun/py-spy.git" }

rbperf = { git = "https://github.com/javierhonduco/rbperf", tag = "v0.4.0" }
rbspy-ruby-structs = "0.17"


memoffset = "0.8"
serde_yaml = "0.9"
anyhow = "1.0.75"
Expand Down

0 comments on commit f7f3986

Please sign in to comment.