diff --git a/rust/snapshot_utils.go b/rust/snapshot_utils.go index e0ed1f711..943c79098 100644 --- a/rust/snapshot_utils.go +++ b/rust/snapshot_utils.go @@ -20,12 +20,12 @@ import ( func (mod *Module) ExcludeFromVendorSnapshot() bool { // TODO Rust does not yet support snapshotting - return true + return false } func (mod *Module) ExcludeFromRecoverySnapshot() bool { // TODO Rust does not yet support snapshotting - return true + return false } func (mod *Module) IsSnapshotLibrary() bool {