Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JRRudy1 committed Aug 26, 2024
1 parent 76f2ff8 commit 35a92df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
command: build
args: --no-default-features

- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --package transient --lib --no-default-features
# - name: Test
# uses: actions-rs/cargo@v1
# with:
# command: test
# args: --package transient --lib --no-default-features

# test-derive:
# name: Test Derive Macro
Expand Down
2 changes: 1 addition & 1 deletion src/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use std::marker::{Send, Sync};
pub use std::any::type_name;

/// Re-export from the [`std::any`] module.
#[rustversion::since(1.76)]
// #[rustversion::since(1.76)]
pub use std::any::type_name_of_val;

Check failure on line 15 in src/any.rs

View workflow job for this annotation

GitHub Actions / Test MSRV

use of unstable library feature 'type_name_of_val'

///////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 35a92df

Please sign in to comment.