Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
62f66452c2
commit
5908cd9526
@ -35,13 +35,13 @@ impl DaggerMiddleware for AptCaCertificates {
|
||||
}
|
||||
|
||||
pub trait AptCaCertificatesExt {
|
||||
fn with_apt_ca_certificates(&mut self, deps: &[&str]) -> &mut Self {
|
||||
fn with_apt_ca_certificates(&mut self) -> &mut Self {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
impl AptCaCertificatesExt for RustService {
|
||||
fn with_apt_ca_certificates(&mut self, deps: &[&str]) -> &mut Self {
|
||||
fn with_apt_ca_certificates(&mut self) -> &mut Self {
|
||||
self.with_stage(super::RustServiceStage::BeforeDeps(Arc::new(
|
||||
AptCaCertificates::new(),
|
||||
)))
|
||||
|
Loading…
Reference in New Issue
Block a user