Skip to content

Commit

Permalink
rust constant is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Mar 26, 2024
1 parent e134c18 commit f7400e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ All custom identifiers SHOULD be stable across different versions of an implemen
| `php` | php | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
| `python` | python | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
| `ruby` | ruby | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
| `rust` | rust | ![Experimental](https://img.shields.io/badge/-experimental-blue) |
| `rust` | rust | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
| `swift` | swift | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
| `webjs` | webjs | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
<!-- endsemconv -->
Expand Down
2 changes: 1 addition & 1 deletion model/resource/telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ groups:
stability: stable
- id: rust
value: "rust"
stability: experimental
stability: stable
- id: swift
value: "swift"
stability: stable
Expand Down

0 comments on commit f7400e3

Please sign in to comment.