We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f8f3b commit 4a8d035Copy full SHA for 4a8d035
1 file changed
src/lib.rs
@@ -4,7 +4,7 @@
4
//! [`SharedPostgresStorage`]: crate::shared::SharedPostgresStorage
5
use std::{fmt::Debug, marker::PhantomData};
6
7
-use apalis_codec::json::JsonCodec;
+pub use apalis_codec::json::JsonCodec;
8
use apalis_core::{
9
backend::{Backend, BackendExt, TaskStream, codec::Codec, queue::Queue},
10
features_table,
0 commit comments