Skip to content

Commit

Permalink
feat: update rambit deps to add email addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Dec 6, 2024
1 parent ec2cd6f commit 90ae858
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 15 deletions.
31 changes: 21 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ miette = { git = "https://github.com/zkat/miette", rev = "93d3bd118a072c35aa761f
thiserror = "2"

# inherited from rambit
db = { git = "https://github.com/rambit-systems/rambit", rev = "a78d9a0" }
dvf = { git = "https://github.com/rambit-systems/rambit", rev = "a78d9a0" }
hex = { git = "https://github.com/rambit-systems/rambit", rev = "a78d9a0" }
model = { git = "https://github.com/rambit-systems/rambit", rev = "a78d9a0" }
storage = { git = "https://github.com/rambit-systems/rambit", rev = "a78d9a0" }
db = { git = "https://github.com/rambit-systems/rambit", rev = "afcfe87" }
dvf = { git = "https://github.com/rambit-systems/rambit", rev = "afcfe87" }
hex = { git = "https://github.com/rambit-systems/rambit", rev = "afcfe87" }
model = { git = "https://github.com/rambit-systems/rambit", rev = "afcfe87" }
storage = { git = "https://github.com/rambit-systems/rambit", rev = "afcfe87" }

# async
async-trait = "0.1"
Expand Down

0 comments on commit 90ae858

Please sign in to comment.