Skip to content

Commit 496f494

Browse files
author
github-actions
committed
Generated v1.1.0
1 parent 8897986 commit 496f494

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastly-api"
3-
version = "v1.1.0"
3+
version = "1.1.0"
44
authors = ["Fastly <[email protected]>"]
55
edition = "2021"
66
description = "Fastly API client"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Rust client library for interacting with most facets of the [Fastly API](https://developer.fastly.com/reference/api).
44

55

6-
> ⚠️ This client library (`v1.1.0`) is an early-access release. Features may change without notice. Use at your own risk.
6+
> ⚠️ This client library (`1.1.0`) is an early-access release. Features may change without notice. Use at your own risk.
77
88
**We strongly recommend that you do not install alpha and beta releases on live production services.** No official support is provided for such releases. Please try out the library in a test environment, see what breaks without worrying about consequences, and give us [feedback](#issues).
99

@@ -19,7 +19,7 @@ Rust 2021 Edition
1919
Add the following to `Cargo.toml` under `[dependencies]`:
2020

2121
```toml
22-
fastly-api = "v1.1.0"
22+
fastly-api = "1.1.0"
2323
```
2424

2525
## Usage

sig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"G": "83b1ff61", "D": "e4d025a1"}
1+
{"G": "38b8b376", "D": "e4d025a1"}

src/apis/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl Default for Configuration {
4949

5050
Configuration {
5151
base_path: "https://api.fastly.com".to_owned(),
52-
user_agent: Some("fastly-api/v1.1.0/rust".to_owned()),
52+
user_agent: Some("fastly-api/1.1.0/rust".to_owned()),
5353
client: reqwest::Client::new(),
5454
basic_auth: None,
5555
oauth_access_token: None,

0 commit comments

Comments
 (0)