Skip to content

Commit

Permalink
Merge commit 'ed05836d73c6e707b2b7d571f96d3b6ed603a27b' into catchup/…
Browse files Browse the repository at this point in the history
…long_lived_initial_datalayer_from_main_ed05836d73c6e707b2b7d571f96d3b6ed603a27b
  • Loading branch information
altendky committed Jan 7, 2025
2 parents f75a040 + ed05836 commit edc5a0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**/*.lock linguist-generated=false
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2091,9 +2091,9 @@ dependencies = [

[[package]]
name = "quote"
version = "1.0.36"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
dependencies = [
"proc-macro2",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.16.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.10.0"
syn = "2.0.95"
quote = "1.0.32"
quote = "1.0.38"
proc-macro2 = "1.0.92"
proc-macro-crate = "1.3.1"
anyhow = "1.0.95"
Expand Down

0 comments on commit edc5a0e

Please sign in to comment.