Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from wasmerio/public-dependencies
Browse files Browse the repository at this point in the history
fix: Public dependencies that aren't 1.0 yet are now re-exported using `pub extern crate`
  • Loading branch information
Michael Bryan authored Sep 29, 2023
2 parents 6125a7a + f320204 commit 09cd2c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
//! You'll typically start by deserializing into a [`Manifest`] and inspecting
//! its properties.

pub extern crate serde_cbor;
pub extern crate toml;

pub mod rust;

use std::{
Expand Down

0 comments on commit 09cd2c1

Please sign in to comment.