Skip to content

Commit cd669f5

Browse files
Rename telemetry feature un metrics
Signed-off-by: Florentin Dubois <[email protected]>
1 parent b0634d3 commit cd669f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions-rs/cargo@v1
2323
with:
2424
command: build
25-
args: --verbose --features telemetry --features client
25+
args: --verbose --features metrics --features client
2626
test:
2727
name: Test library
2828
runs-on: ubuntu-latest
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions-rs/cargo@v1
7878
with:
7979
command: clippy
80-
args: --verbose --features telemetry --features client -- -D warnings
80+
args: --verbose --features metrics --features client -- -D warnings
8181
doc:
8282
name: Build documentation
8383
runs-on: ubuntu-latest
@@ -91,5 +91,5 @@ jobs:
9191
- uses: actions-rs/cargo@v1
9292
with:
9393
command: doc
94-
args: --verbose --features telemetry --features client
94+
args: --verbose --features metrics --features client
9595
...

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This crate is under development, you can use it, but it may have bugs or unimple
1313
To install this dependency, just add the following line to your `Cargo.toml` manifest.
1414

1515
```toml
16-
oauth10a = { version = "^1.0.0", features = ["telemetry"] }
16+
oauth10a = { version = "^1.0.0", features = ["metrics"] }
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)