Skip to content

Commit 4a8d035

Browse files
authored
chore: Make JsonCodec publicly accessible (#79)
1 parent 33f8f3b commit 4a8d035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! [`SharedPostgresStorage`]: crate::shared::SharedPostgresStorage
55
use std::{fmt::Debug, marker::PhantomData};
66

7-
use apalis_codec::json::JsonCodec;
7+
pub use apalis_codec::json::JsonCodec;
88
use apalis_core::{
99
backend::{Backend, BackendExt, TaskStream, codec::Codec, queue::Queue},
1010
features_table,

0 commit comments

Comments
 (0)