Skip to content

Commit

Permalink
update futures-timer metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Aug 13, 2024
1 parent afb40f7 commit c57a19c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mocked-crates/futures-timer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "futures-timer"
version = "3.0.2"
authors = ["Mysten Labs"]
authors = ["IOTA Stiftung"]
edition = "2021"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/MystenLabs/mysten-sim.git"
homepage = "https://github.com/MystenLabs/mysten-sim.git"
homepage = "https://www.iota.org/"
repository = "https://github.com/iotaledger/iota-sim"
description = """
Replacement for futures-timer crate, which schedules timers
using a helper thread instead of an existing tokio runtime.
Expand All @@ -17,8 +17,8 @@ tokio = { version = "1", features = ["time"] }

# We don't use these packages for anything, but mirroring the dependencies of the
# real futures-timer package makes [patch] work better
gloo-timers = { version = "0.2.0", features = ["futures"], optional = true }
send_wrapper = { version = "0.4.0", optional = true }
gloo-timers = { version = "0.3", features = ["futures"], optional = true }
send_wrapper = { version = "0.6", optional = true }

[features]
wasm-bindgen = [
Expand Down

0 comments on commit c57a19c

Please sign in to comment.