Runtime publishes config
This commit is contained in:
parent
9fb50dac68
commit
c39d43fbd3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use std::io::stderr;
|
|||
use std::io::Write;
|
||||
|
||||
pub struct Runtime<'a> {
|
||||
config : Config<'a>,
|
||||
pub config : Config<'a>,
|
||||
}
|
||||
|
||||
impl<'a> Runtime<'a> {
|
||||
|
|
Loading…
Reference in a new issue