Skip to content

Commit fd130ec

Browse files
authored
Move fastlanes back to released version (#4999)
dependencies must be actually released versions, otherwise we can't release ourselves. Signed-off-by: Adam Gutglick <[email protected]>
1 parent b5024b8 commit fd130ec

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ divan = { package = "codspeed-divan-compat", version = "4.0.4" }
111111
dyn-hash = "0.2.0"
112112
enum-iterator = "2.0.0"
113113
erased-serde = "0.4"
114-
fastlanes = { rev = "3820eeb33433458fa035bea5a834dee0039612f5", git = "https://github.com/spiraldb/fastlanes.git" }
114+
fastlanes = "0.5"
115115
flatbuffers = "25.2.10"
116116
fsst-rs = "0.5.2"
117117
futures = { version = "0.3.31", default-features = false }

0 commit comments

Comments
 (0)