freedomlayer / offset

Offset payment engine
https://www.offsetcredit.org
Other
164 stars 20 forks source link

Bump async-std to 1.6.2 #304

Closed realcr closed 4 years ago

realcr commented 4 years ago

Restore block_on() code that relies on async-std after temporary workaround due to: https://github.com/async-rs/async-std/issues/811 Now using futures' block_on() instead of async-std's task::block_on()