Skip to content

Commit

Permalink
buffer-pool: bump wasi:io/poll to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Apr 22, 2024
1 parent 9a31ce2 commit 070453d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wit/deps/buffer-pool/buffer-pool.wit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package wasi:buffer-pool;

/// sensor frame/buffer management I/F
interface buffer-pool {
use wasi:io/poll@0.2.0-rc-2023-11-10.{pollable};
use wasi:io/poll@0.2.0.{pollable};
use data-types.{data-type};

enum buffer-error {
Expand Down

0 comments on commit 070453d

Please sign in to comment.