Skip to content

Update wasm-timer to wasmtimer#202

Merged
eopb merged 4 commits intoTrueLayer:mainfrom
pvichivanives:main
Jan 30, 2025
Merged

Update wasm-timer to wasmtimer#202
eopb merged 4 commits intoTrueLayer:mainfrom
pvichivanives:main

Conversation

@pvichivanives
Copy link
Copy Markdown
Contributor

@pvichivanives pvichivanives commented Nov 27, 2024

Swaps over to wasmtimer, an updated library from wasm-timer which is not maintained.
Closes #199
See here for fork: google/tarpc#388

@pvichivanives pvichivanives requested a review from a team as a code owner November 27, 2024 00:17
Copy link
Copy Markdown
Member

@eopb eopb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR 🙌

One thing needs to be changed

Comment thread reqwest-retry/Cargo.toml Outdated
retry-policies = "0.4"
thiserror = "1.0.61"
tracing = { version = "0.1.26", optional = true }
wasmtimer = "0.4.1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to gate this dependency behind cfg(target_arch = "wasm32") like we did before

@pvichivanives pvichivanives requested a review from eopb December 5, 2024 01:39
@edevil
Copy link
Copy Markdown

edevil commented Dec 16, 2024

lgtm, but the change has conflicts now.

@pvichivanives
Copy link
Copy Markdown
Contributor Author

pvichivanives commented Jan 29, 2025

Would you like me to fix the clippy issues? It seems pretty unrelated but I can mash it also into this PR.

@eopb eopb merged commit 0b76240 into TrueLayer:main Jan 30, 2025
@eopb
Copy link
Copy Markdown
Member

eopb commented Jan 30, 2025

Would you like me to fix the clippy issues? It seems pretty unrelated but I can mash it also into this PR.

No worries. Clippy can be fixed in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

RUSTSEC-2024-0384: instant is unmaintained

3 participants