Skip to content

Commit

Permalink
Fix maven central badge and ci warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cuzfrog committed Feb 4, 2025
1 parent 0121bf5 commit 578bd38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
profile: minimal
toolchain: 1.83.0
- name: Test Rust
working-directory: client-test/rust
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI](https://github.com/cuzfrog/sharedtype/actions/workflows/ci.yaml/badge.svg)](https://github.com/cuzfrog/sharedtype/actions/workflows/ci.yaml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/online.sharedtype/sharedtype/badge.svg)](https://maven-badges.herokuapp.com/maven-central/online.sharedtype/sharedtype)
[![Maven Central](https://img.shields.io/maven-central/v/online.sharedtype/sharedtype?style=social)](https://central.sonatype.com/search?q=g:online.sharedtype++a:sharedtype&smo=true)

# SharedType - Sharing Java Types made easy
From Java:
Expand Down

0 comments on commit 578bd38

Please sign in to comment.