Skip to content

Commit

Permalink
Merge pull request #14 from fastly/update-sdk-0.10
Browse files Browse the repository at this point in the history
Update to Rust SDK 0.10.x.
  • Loading branch information
kpfleming authored Aug 6, 2024
2 parents 0035140 + 4d4c46c commit 098b6f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ publish = false
debug = 1

[dependencies]
fastly = "0.9.0"
fastly = "0.10.0"
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use fastly::experimental::RequestUpgradeWebsocket;
use fastly::{Error, Request};

fn main() -> Result<(), Error> {
Expand Down

0 comments on commit 098b6f9

Please sign in to comment.