Skip to content

Commit 28afc0d

Browse files
authored
Update README.md
1 parent 8de4f4d commit 28afc0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ Example: enable `draft` version of the shema:
7777

7878
```toml
7979
# Cargo.toml
80-
rust-mcp-schema = { version: 0.1.0 , features=["draft"] }
80+
rust-mcp-schema = { version: 0.1.7 , features=["draft"] }
8181
```
8282

8383
Example: enable `latest` version of the shema:
8484

8585
```toml
8686
#Cargo.toml
87-
rust-mcp-schema = { version: 0.1.0 , features=["latest"] }
87+
rust-mcp-schema = { version: 0.1.7 , features=["latest"] }
8888
```
8989

9090
Example: enable specific version of the shema (2024_11_05) :
9191

9292
```toml
9393
#Cargo.toml
94-
rust-mcp-schema = { version: 0.1.0 , features=["2024_11_05"] }
94+
rust-mcp-schema = { version: 0.1.7 , features=["2024_11_05"] }
9595
```
9696

9797
## How are Schemas generated?

0 commit comments

Comments
 (0)