-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added most of v7 serialization/deserialization
- Loading branch information
Showing
3 changed files
with
277 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
//! This module exposes the types for the Sentry protocol in different versions. | ||
pub mod v1; | ||
pub mod v7; | ||
|
||
/// the always latest sentry protocol version | ||
pub mod latest { | ||
pub use super::v7::*; | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.